- Add support for Django 2.0 (thanks to agusmakmun)
- Replaced IPAddressField in migration (thanks to baster33)
- Fixed IPAddressField error (thanks to agusmakmun)
- Dropped support for Python 2.6
- Added Python 3 support
- Dropped support for Django < 1.8
- Django 1.8 & Django 1.9 are now supported
- Tests are run using tox (for all Python and Django versions)
- Switched to more semantic versioning
- Removed old south migrations, added Django migrations
- Refactoring and cleanup
- Fixed DateTimeField RuntimeWarning (thanks to yurtaev)
- Tests are using Django 1.4.10 now
- Usage of
AUTH_USER_MODEL
instead ofauth.models.User
(thanks to timbutler)
- Removed south as dependency
- Small cleanups (thanks to gwrtheyrn)
- Updated
related_name
to avoid namespace clashes - Added south as dependency