File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4- UNRELEASED
4+ 0.16.11 (2017-12-25)
55----------
6+ - Dropped compatibility for Python < 2.7 and Django < 1.8.
67- Added a clean_attributes hook allowing backends to restructure attributes extracted from SAML response.
78- Log when fields are missing in a SAML response.
89- Log when attribute_mapping maps to nonexistent User fields.
9- - Dropped compatibility for Python < 2.7 and Django < 1.8.
10+ - Multiple compatibility fixes and other minor improvements and code cleanups
11+
12+ Thanks to francoisfreitag, mhindery, charn, jdufresne
1013
11140.16.10 (2017-10-02)
1215-------------------
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def read(*rnames):
3131
3232setup (
3333 name = 'djangosaml2' ,
34- version = '0.16.10 ' ,
34+ version = '0.16.11 ' ,
3535 description = 'pysaml2 integration for Django' ,
3636 long_description = '\n \n ' .join ([read ('README.rst' ), read ('CHANGES' )]),
3737 classifiers = [
You can’t perform that action at this time.
0 commit comments