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 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.cfg
with thelicense_file
keyword, ensuring that the actual LICENSE file is also installed when usingpip install
- Behaviour change: Prior to 0.2.0 the UserForeignKey field had
editable
set toFalse
only ifauto_user == True
. Since 0.2.0editable
is set toFalse
ifauto_user == True or auto_user_add == True
- Added support for Django 2.0
- Initial Release on PyPi