ogn-python/ogn/model
Konstantin Gründger 1866bd9d4e Implement SQL merger, fixes #63 2019-01-30 08:34:35 +01:00
..
__init__.py Removed reference to Nominatim, introduced country 2018-12-08 20:14:06 +01:00
aircraft_beacon.py Add reduced MGRS location to aircraft_beacons: ALTER TABLE aircraft_beacons ADD COLUMN location_mgrs_short character varying(9); 2019-01-23 16:00:35 +01:00
aircraft_type.py
airport.py Refactoring 2019-01-03 16:54:52 +01:00
base.py
beacon.py Implement SQL merger, fixes #63 2019-01-30 08:34:35 +01:00
country.py Fixed __repr__ functions 2019-01-04 15:18:06 +01:00
device.py Refactoring 2019-01-03 16:54:52 +01:00
device_info.py
device_info_origin.py
device_stats.py Update model 2019-01-01 20:12:25 +01:00
flights2d.py Fixed __repr__ functions 2019-01-04 15:18:06 +01:00
geo.py
logbook.py Backref from device to logbook 2019-01-24 11:53:39 +01:00
receiver.py Removed reference to Nominatim, introduced country 2018-12-08 20:14:06 +01:00
receiver_beacon.py Refactoring 2019-01-03 16:54:52 +01:00
receiver_coverage.py ALTER TABLE receiver_coverages RENAME COLUMN location_mgrs TO location_mgrs_short 2019-01-23 20:30:31 +01:00
receiver_stats.py Update model 2019-01-01 20:12:25 +01:00
relation_stats.py Fixed __repr__ functions 2019-01-04 15:18:06 +01:00
takeoff_landing.py Order backref from device to takeoff_landings by timestamp 2019-01-24 11:54:33 +01:00