------------------ * Don't die if default LDAP server not configured.
0.3.3
------------------ * Fix typo. * Remove hard dependency on Django. * Rename source project. * Move ldap_passwd from tldap.methods. * Fix Debian copyright. * Retry upload to Debian. Closes: 753482.
0.3.2
------------------- * Fix PEP8 issues. * FIx close() undefined error, python-ldap3 0.9.4.2 * Trick pep8 into ignoring E721. * Revert "Copy escape_bytes function from ldap3."
0.3.1
------------------ * Add link to homepage. * Remove unneeded file. * New release for Debian. * Add Vcs headers. * Declare Python 3 compatible. * Fix __unicode__ string methods for Python 3. * Don't connect to LDAP until we need to. * Python 3 tests. * PEP8 fixes. * Run flake8 tests during build.