File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- v1.2.2 (unreleased )
4
+ v1.2.2 (2021-05-27 )
5
5
-------------------
6
6
7
+ - Fix #245: Don't update user_main_attribute @jaap3 (#283)
8
+ - Fix #278: Allow ACS_DEFAULT_REDIRECT_URL to override LOGIN_REDIRECT_URL in more places @jaap3 (#285)
9
+ - Add release notes for previous and upcomming releases @jaap3 (#284)
10
+ - Add default_auto_field setting, strongly recommended in Django 3.2 @jaap3 (#282)
11
+ - SPConfig loader instead of global django settings @peppelinux (#281)
12
+ - Fix #277: Resolve LOGIN_REDIRECT_URL @jaap3 (#279)
7
13
- Resolve LOGIN_REDIRECT_URL @jaap3 (#277)
8
14
9
-
10
15
v1.2.1 (2021-05-23)
11
16
-------------------
12
17
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.2.1 ' ,
27
+ version = '1.2.2 ' ,
28
28
description = 'pysaml2 integration for Django' ,
29
29
long_description = read ('README.md' ),
30
30
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments