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
0.3.5
Fixes issues with latest Django versions
0.3.4
This release adds the long description to the PyPI release.
0.3.3
Marked updated_at attribute of the client model as read only in the django admin interface.
0.3.2
This version fixes a typo that makes the custom `userinfo` for `django-oidc-provider` throw an error.
0.3.1
Fixes the issue with `$ python manage.py makemigrations` creating extra unnecessary migrations. This release also adds the `is_verified` field to the admin site.