File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4- v1.2.2 (unreleased )
4+ v1.2.2 (2021-05-27 )
55-------------------
66
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)
713- Resolve LOGIN_REDIRECT_URL @jaap3 (#277)
814
9-
1015v1.2.1 (2021-05-23)
1116-------------------
1217
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def read(*rnames):
2424
2525setup (
2626 name = 'djangosaml2' ,
27- version = '1.2.1 ' ,
27+ version = '1.2.2 ' ,
2828 description = 'pysaml2 integration for Django' ,
2929 long_description = read ('README.md' ),
3030 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments