glidernet / ogn-python

A gateway with built-in database for the Open Glider Network (OGN)
http://glidernet.org
GNU Affero General Public License v3.0
17 stars 4 forks source link

Model: Change type of AddressType again. #20

Closed kerel-fs closed 8 years ago

kerel-fs commented 8 years ago

Fixes db.update_ddb_ogn by removing the type Enum of AddressOrigin. Changing to IntEnum would require more code change without benefit.

Partly reverts commit 04137acaf645f2c04166fa68e59332690b9ccbc0 since this commit broke db.update_ddb_ogn.