Changes for Django 2.0 support

This commit is contained in:
Valentin Samir
2018-04-29 20:10:01 +02:00
parent fcafc77b98
commit 290701e07f
21 changed files with 499 additions and 738 deletions

View File

@ -16,7 +16,7 @@ Added
* Support for Django 2.0
Fixes
----
-----
* Add missing attributes authenticationDate, longTermAuthenticationRequestTokenUsed and
isFromNewLogin from service validation response
@ -31,6 +31,12 @@ Deprecated
* Support for python 3.4 is dropped, it should still works for this version.
Next versions may or may not works with python 3.4.
Other
-----
* Migrations have been squashed for Django 2.0 support. Be sur to apply all migration before
updating to this version
v0.9.0 - 2017-11-17
===================