register LDAP router
[matthijs/upstream/django-ldapdb.git] / ldapdb / __init__.py
2011-04-11 jlaineregister LDAP router
2011-04-11 jlaineactually register database
2011-04-11 jlaineremove code from ldapdb.__init__
2011-04-11 jlainerename LdapConnection to DatabaseWrapper and accept...
2011-03-29 jlainemake DatabaseFeatures take a "connection" argument...
2010-06-25 jlainemake sure escape_ldap_filter handles unicode correctly
2010-06-02 jlaineadjust license headers to reflect BSD license
2010-05-31 jlaineremove obsolete 'convert' function
2010-05-31 jlainemove field conversion
2010-05-31 jlainestart moving charset conversion to fields
2010-05-31 jlaineadd some tests for different field types
2010-05-31 jlaineadd some FIXMEs
2010-05-24 jlainedelay LDAP connection establishment
2010-05-24 jlainedeclare connection features
2010-05-24 jlainedeclare database operations
2010-05-24 jlaineupdate copyright date
2010-05-24 jlainedjango 1.2 compatibility fixes
2009-09-07 jlainefix character encoding in call to delete_s
2009-09-01 jlainefix DN encoding in search_s
2009-09-01 jlainefix some character encoding issues
2009-06-30 jlainepython 2.4 compatibility fix
2009-06-29 jlaineadd wrapper for rename_s
2009-06-29 jlaineimport code