We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11efbe commit dd3f2ecCopy full SHA for dd3f2ec
CHANGES
@@ -1,5 +1,10 @@
1
Changes
2
=======
3
+0.16.10 (2017-10-02)
4
+-------------------
5
+- Bugfixes and internal refactorings.
6
+- Added support for custom USERNAME_FIELD on custom User models. Many thanks to francoisfreitag.
7
+
8
0.16.9 (2017-09-19)
9
-------------------
10
- Bugfixes and minor improvements. Thanks to goetzk and AmbientLighter.
setup.py
@@ -23,7 +23,7 @@ def read(*rnames):
23
24
setup(
25
name='djangosaml2',
26
- version='0.16.9',
+ version='0.16.10',
27
description='pysaml2 integration for Django',
28
long_description='\n\n'.join([read('README.rst'), read('CHANGES')]),
29
classifiers=[
0 commit comments