Sequence based identifiers are used for versioning (schema follows below):
major.minor[.revision]
- It's always safe to upgrade within the same minor version (for example, from 0.3 to 0.3.2).
- Minor version changes might be backwards incompatible. Read the release notes carefully before upgrading (for example, when upgrading from 0.3.2 to 0.4).
- All backwards incompatible changes are mentioned in this document.
2022-12-05
- Added
packaging
to the required dependencies. - Remove mentions of Python 2.6, 2.7, 3.4, 3.5 and 3.6 support from README (since they are no longer tested against).
2022-12-01
- Fix deprecations.
- Test against Python 3.9 and 3.10.
2021-08-26
- Tested against more recent Django versions (Django 3.1 and 3.2).
2020-12-03
- Added more Django versions.
2020-01-11
- Added more Django versions.
2019-05-18
- Bring back the user compatibility module. However, it's deprecated and will be removed in version 0.3.
- Show deprecation warnings.
2019-05-18
- Fixes in backwards compatibility.
2019-05-17
Note
This release is still backwards-compatible with previous versions (0.1.x), but next versions (0.3.x) would not be.
- Drop Python 2.6 support.
- Change namespace from nine to django_nine.
- Removed user compatibility module. Implement your own if you need.
- Add travis.
2017-05-16
- Added context processor using versions in templates.
2017-02-09
- Test against Python 3.6 and Django 1.11.
2016-11-30
- Clean-up.
2016-09-13
- Added Django 2.2 and 3.0 to the version comparision.
2016-07-12
- Adding missing DJANGO_LTE_* versions to __all__.
2016-07-11
- Unify comparison versions list generation.
2015-12-18
- Added Django 1.10 version comparison.
2015-10-25
- Fixes for Python 3.3.
- Moving Django dependency from install_requires to tests_require.
2015-10-05
- Moving mock dependency from install_requires to tests_require.
2015-10-02
- Minor Django 1.4 fixes in the user module.
2015-08-25
- Recreated release under 0.1.3 on PyPI due to upload error.
2015-08-25
- Python 2.6 fixes.
2015-02-15
- Tests for
versions
sub-module added.
2015-02-14
- Initial release with versions and user modules.