As support for Python 2 has been dropped, the library should not rely on ugettext* anymore but can use gettext* variants. ugettext* have been deprecated in Django 3.0 and will be removed in Django 4.0.
PR: 44
1.7.0
Remove support for deprecate django versions and add support for newer django versions
1.6.0
- Add extra version testing for python3.7 and Django up to date versions - Fix deprecation warning for older versions (< 2.0) of Django
1.5.0
- better classifiers for pypi packaging - i18n support - update field API to support Django >= 2.0 - fixed and improved tests and test set-up
1.4.1
- Use the official notation of the Django package (ie., `Django` instead of `django` )