Skip to content

Releases: beachmachine/django-userforeignkey

0.5.0

18 Aug 10:48
Compare
Choose a tag to compare
  • Added support for ASGI/async
  • Dropped support for Django 3.1

0.4.0

12 Nov 10:31
dc7ad51
Compare
Choose a tag to compare
  • 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

07 Aug 11:43
Compare
Choose a tag to compare
Added support for Django 2.1, dropped support for 1.8

0.2.1

08 May 12:34
Compare
Choose a tag to compare
  • add setup.cfg with license_file
  • improved .travis.yml

0.2.0

14 Dec 08:09
Compare
Choose a tag to compare
  • 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 to False only if auto_user == True. Since 0.2.0 editable is set to False if auto_user == True or auto_user_add == True

0.1.2

16 Nov 09:55
Compare
Choose a tag to compare
  • Fixed an issue with request/response cycle for tests
  • Initial Release on PyPi