You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v1.0.0 - 2019-01-12
Added
Support for python 3.6 and Django 1.11
Support for Django 2.0
Keep query string then redirecting from / to /login
Fixes
Add missing attributes authenticationDate, longTermAuthenticationRequestTokenUsed and
isFromNewLogin from service validation response
Catch error from calling django.contrib.staticfiles.templatetags.staticfiles.static
in non-debug mode before collectstatic in cas_server.default_settings.py
Invalid escape sequence in regular expression
Deprecated
Support for Django <1.11 is dropped, it should still works for this version.
Next versions will most probably be not compatible with Django <1.11
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