- Django 2.0, 2.1 support (thanks @paravoid)
- Improved py3 support (thanks @paravoid)
- #22 - use django gettext on choices
- Django 1.11 migration
- cleaned up sync
- #17 - skip None deletes on related
- py3 compatibility
- fixed issue with longitude / latitude validation errors during sync (#10)
- latitude and longitude fields added to AddressModel
- support for django 1.10, 1.11
- --limit option to sync
- use calendar.timegm instead of time.mktime so there isn't timezone skew
- fix sync via call_command
- Route Server network type
- Maintenance contact type
- standalone URLField
- better testing options
- CHANGELOG!
- docs for adding XK country code for Kosovo
- beta URL changed to www
- cascade delete for relational tables
- fixed foreign key related names
- poc list tests