All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added support for Django 4.2, 5.2 and 6.0
- Added support for Python 3.11, 3.12, 3.13 and 3.14
- Dropped support for Django 3.2, 4.0 and 4.1
- Dropped support for Python 3.7, 3.8 and 3.9
- Added support for ASGI/async
- Dropped support for Django 3.1
- Added support for Django 2.2, 3.1 and 3.2
- Dropped support for Django 1.11, 2.0 and 2.1
- Added support for Django 2.1
- Dropped support for Django 1.8, 1.9 and 1.10
- Improved
.travis.yml
- Added
setup.cfgwith thelicense_filekeyword, ensuring that the actual LICENSE file is also installed when usingpip install
- Behaviour change: Prior to 0.2.0 the UserForeignKey field had
editableset toFalseonly ifauto_user == True. Since 0.2.0editableis set toFalseifauto_user == True or auto_user_add == True
- Added support for Django 2.0
- Initial Release on PyPi