File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
+ v.1.0.5 (2021-03-05)
5
+ --------------------
6
+ - code linting, cleanup. Not enough but better than before
7
+ - Documentation: Replace signal with hooks (#251)
8
+ - Better saml_attribute handling in backend - more resilient
9
+ - Add session_info to user auth failed template (#248)
10
+ - Fix SAML_ACS_FAILURE_RESPONSE_FUNCTION override
11
+ - Update Custom Error Handler docs
12
+
13
+
4
14
v.1.0.4 (2021-02-16)
5
15
--------------------
6
16
- fixed saml_attributes of zero length
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def read(*rnames):
24
24
25
25
setup (
26
26
name = 'djangosaml2' ,
27
- version = '1.0.4 ' ,
27
+ version = '1.0.5 ' ,
28
28
description = 'pysaml2 integration for Django' ,
29
29
long_description = read ('README.rst' ),
30
30
classifiers = [
You can’t perform that action at this time.
0 commit comments