Releases: beachmachine/django-userforeignkey
Releases · beachmachine/django-userforeignkey
0.5.0
0.4.0
- Dropped support for Django 1.11, 2.0 and 2.1
- Added support for Django 2.2, 3.1 and 3.2
0.3.0
Added support for Django 2.1, dropped support for 1.8
0.2.1
- add setup.cfg with
license_file
- improved
.travis.yml
0.2.0
- Tested for Django 2.0 support
- Updated test app for Django 2.0 support
- Updated tox and travis for automated tests with Django 2.0
- 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
0.1.2
- Fixed an issue with request/response cycle for tests
- Initial Release on PyPi