Skip to content

Commit 8c7a5e9

Browse files
committed
v1.2.2
1 parent 18d765d commit 8c7a5e9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
Changes
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-
1015
v1.2.1 (2021-05-23)
1116
-------------------
1217

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*rnames):
2424

2525
setup(
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',

0 commit comments

Comments
 (0)