- Update testing configuration to Django 4.2 and 5.0
- Update readme to reflect latest Python and Django support
- Added Python 3.12 support
- Added Django 4.2 support
- Added Django 4.0 support
- Switched to GitHub Actions
- Reformatted positioning of the
PASSWORD_RESET_TIMEOUT
Django 3.1 adaptions
- Added support for Django 3.1
- Dropped support for Python 2.7 and Python 3.4
- Dropped support for Django < 2.2
- Added support for Django 2.2 and django CMS 3.7
- Removed support for Django 2.0
- Added test matrix
- Adapted code base to align with other supported addons
- Fixed error
'NoneType' object is not iterable
for getting middleware for Django 1.11 where default value is None
- Added Django 2.0 support
- Don't fail during settings loading if settings.json is missing or incomplete
- First stab at python3 compatibility
- Initial release