ldappr/CHANGES.rst

25 lines
479 B
ReStructuredText
Raw Normal View History

2014-09-23 16:51:24 +04:00
Changelog
---------------
0.1.5
+++++
- Added escape_filter_chars() to filter the filter
2014-09-23 16:51:24 +04:00
- Override of cidicts __getitem__ so that user.attrs['nonexistent'] won't raise an exception, but instead returns an empty list
0.1.2
+++++
- README.md to README.rst (pypi should show a nice README as well)
0.1.1
+++++
- Fixed pretty print of binary attribute
- Fixed ldap.get sizelimit=1 exception for now
- Added try catch to api
2014-09-23 16:51:24 +04:00
0.1
+++
- Initial version, have to start somewhere