File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ 0.15.0 (2016-06-06)
2
+ ===================
3
+
4
+ * support ldap3 as an option to python-ldap
5
+
1
6
0.14.3 (2016-01-07)
2
7
===================
3
8
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ settings.py:
136
136
137
137
WIND_PROFILE_HANDLERS = ['djangowind.auth.CDAPProfileHandler']
138
138
139
- The ` CDAPProfilHandler ` requires that you have the ` python-ldap `
139
+ The ` CDAPProfilHandler ` requires that you have the ` ldap3 ` or ` python-ldap `
140
140
library installed in your environment (this sometimes requires system
141
141
packages above and beyond the Python).
142
142
Original file line number Diff line number Diff line change 27
27
28
28
setup (
29
29
name = "djangowind" ,
30
- version = "0.14.3 " ,
30
+ version = "0.15.0 " ,
31
31
author = "Anders Pearson" ,
32
32
author_email = "anders@columbia.edu" ,
33
33
url = "https://github.com/ccnmtl/djangowind" ,
You can’t perform that action at this time.
0 commit comments