Skip to content

Releases: montudor/django-oidc-user

Version 0.3.6

22 Aug 13:07
Compare
Choose a tag to compare

Fixes an issue with a missing migration that was generated every time a dependant project does python manage.py makemigrations without specifying their app name

Version 0.3.5

28 Jun 08:44
Compare
Choose a tag to compare

Fixes issues with latest Django versions

Version 0.3.4

17 Sep 13:34
2f7f691
Compare
Choose a tag to compare

This release adds the long description to the PyPI release.

Version 0.3.3

24 May 22:44
310e39d
Compare
Choose a tag to compare

Marked updated_at attribute of the client model as read only in the django admin interface.

Version 0.3.2

28 Jan 14:35
Compare
Choose a tag to compare

This version fixes a typo that makes the custom userinfo for django-oidc-provider throw an error.

Version 0.3.1

28 Nov 21:58
Compare
Choose a tag to compare

Fixes the issue with $ python manage.py makemigrations creating extra unnecessary migrations. This release also adds the is_verified field to the admin site.

Version 0.3.0

27 Oct 20:20
Compare
Choose a tag to compare

Added:

  • is_verified field

Changed:

  • Title in admin is now "User Accounts" instead of "Django_Oidc_User"

Fixed:

  • $ python manage.py makemigrations causes another migration for the project to be created This issue seems to be present still

Version 0.2.1

24 Oct 19:34
Compare
Choose a tag to compare

The admin adding in the previous version caused an error with projects. This has been fixed.

Version 0.2.0

24 Oct 18:24
Compare
Choose a tag to compare

Added in this release:

Version 0.1.1

18 Oct 16:17
Compare
Choose a tag to compare

The first working version of django-oidc-user.