rework router
[matthijs/upstream/django-ldapdb.git] / ldapdb /
2011-04-11 jlainerework router
2011-04-11 jlaineprune unnecessary imports
2011-04-11 jlainedo not define queryset.delete(), the base implementatio...
2011-04-11 jlainestop using custom "Query" object
2011-04-11 jlaineimprove phony execute_sql()
2011-04-11 jlaineadd a minimal execute_sql() method to compiler
2011-04-11 jlainedisable transactions
2011-04-11 jlaineadd missing imports
2011-04-11 jlainebypass test database creation
2011-04-11 jlainefixup
2011-04-11 jlaineuse django's database router instead of hard-coding...
2011-04-11 jlaineuse django's database framework instead of hard-coding...
2011-04-11 jlaineregister LDAP router
2011-04-11 jlaineactually register database
2011-04-11 jlainemove LDAP compilation to the backend
2011-04-11 jlainefix collect_sub_objects
2011-04-11 jlainemove LDAP filter compiling
2011-04-11 jlainemake "commit" a no-op
2011-04-11 jlaineregister LDAP compiler
2011-04-11 jlainemake rollback a no-op
2011-04-11 jlaineadd missing code
2011-04-11 jlaineremove code from ldapdb.__init__
2011-04-11 jlainemove compiler definition
2011-04-11 jlainemove backend definition
2011-04-11 jlainestart splitting code to an actual backend
2011-04-11 jlaineadd basic DB router
2011-04-11 jlaineremove django 1.1 compatibility code
2011-04-11 jlainerename LdapConnection to DatabaseWrapper and accept...
2011-03-29 jlaineconvert get_db_prep_lookup() to new style (django 1.2+)
2011-03-29 jlainemake DatabaseFeatures take a "connection" argument...
2010-12-27 jlainefix "exclude" operations
2010-12-27 jlainebetter fix for unicity checks : implement query.has_res...
2010-12-25 jlainebypass unicity checks, to un-break admin interface
2010-10-10 jlainemake it possible to change the search scope
2010-06-25 jlainemake sure escape_ldap_filter handles unicode correctly
2010-06-02 jlaineuse inherited fields too
2010-06-02 jlaineadjust license headers to reflect BSD license
2010-06-01 jlainedon't forget to use offset/limit in get_count()
2010-06-01 jlaineuse self.query in compiler
2010-06-01 jlainerestrict selected fields
2010-05-31 jlainefix slice handling
2010-05-31 jlainecatch ldap.NO_SUCH_OBJECT for calls to ldap.search_s
2010-05-31 jlaineimplement and test bulk deletion
2010-05-31 jlainerework ldap filtering
2010-05-31 jlainefix and test deletion from admin interface
2010-05-31 jlainefix get_count()
2010-05-31 jlaineaccept "using" keyword for get_count
2010-05-31 jlainefix ordering on int fields
2010-05-31 jlainefix ordering
2010-05-31 jlaineintroduce Compiler for django 1.2 compatibility
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 jlainefix
2010-05-31 jlaineadd some tests for different field types
2010-05-31 jlaineadd some FIXMEs
2010-05-24 jlainefix tests
2010-05-24 jlainedelay LDAP connection establishment
2010-05-24 jlainedeclare connection features
2010-05-24 jlaineuse all object classes when performing search
2010-05-24 jlainemake it possible to use search in admin interface
2010-05-24 jlainesupport case insensitive "contains"
2010-05-24 jlainedeclare database operations
2010-05-24 jlainetest escaping
2010-05-24 jlainetest list field
2010-05-24 jlaineallow order_by using a '-' prefix
2010-05-24 jlainefix QuerySet constructor for django 1.2
2010-05-24 jlainefix lookups with django 1.2
2010-05-24 jlaineimprove test coverage
2010-05-24 jlainerework tests
2010-05-24 jlainetest 'in' operator
2010-05-24 jlaineadd support for "greater or equal" and "less or equal...
2010-05-24 jlaineprevent lookups on ImageField and ListField for now
2010-05-24 jlainerework field preparation
2010-05-24 jlaineupdate copyright date
2010-05-24 jlainerefactor tests
2010-05-24 jlainedjango 1.2 compatibility fixes
2010-05-24 jlaineimprove tests : Constraint should operate on a field
2010-05-21 jlainedjango 1.0 is no longer supported
2010-05-19 jlaineadd support for 'contains' filter (Jeff Schroeder)
2010-05-19 jlaineimprove LDAP filter escaping
2010-05-19 jlainefix wrapped lines
2010-05-19 jlaineadd db prep
2010-05-19 jlainetest "in" operation
2010-05-19 jlainesupport "in" filter
2010-05-19 jlainetry to add support for endswith and startswith
2010-05-19 jlainestart adding unit tests
2010-05-19 jlaineremove duplicated encoding declaration
2009-09-07 jlainefix
2009-09-07 jlainecase insensitive sorting
2009-09-07 jlaineadd some field definitions
2009-09-07 jlainefixup
2009-09-07 jlainesupport multiple values in WHERE clause
2009-09-07 jlainefix character encoding in call to delete_s
2009-09-06 jlainefix results ordering when a key is not present
2009-09-02 jlaineprune old stuff
2009-09-02 jlainefixup
2009-09-02 jlainedon't patch get_query_set for abstract classes
2009-09-02 jlainechange declaration of base_dn and object_classes
2009-09-01 jlainefix DN encoding in search_s
next