fix "exclude" operations
[matthijs/upstream/django-ldapdb.git] / ldapdb / models / query.py
2010-12-27 jlainefix "exclude" operations
2010-12-27 jlainebetter fix for unicity checks : implement query.has_res...
2010-10-10 jlainemake it possible to change the search scope
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 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 jlainemove field conversion
2010-05-31 jlainefix
2010-05-31 jlaineadd some tests for different field types
2010-05-24 jlainedelay LDAP connection establishment
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 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 jlainerework tests
2010-05-24 jlaineadd support for "greater or equal" and "less or equal...
2010-05-24 jlainerework field preparation
2010-05-24 jlaineupdate copyright date
2010-05-24 jlainedjango 1.2 compatibility fixes
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 jlainesupport "in" filter
2010-05-19 jlainetry to add support for endswith and startswith
2009-09-07 jlainefix
2009-09-07 jlainecase insensitive sorting
2009-09-07 jlainefixup
2009-09-07 jlainesupport multiple values in WHERE clause
2009-09-06 jlainefix results ordering when a key is not present
2009-09-02 jlainechange declaration of base_dn and object_classes
2009-08-14 jlainerework passing of dn
2009-08-14 jlainedjango 1.1 compatibility
2009-06-30 jlainedjango 1.0 compatibility
2009-06-29 jlainesupport "OR" connector in queries
2009-06-29 jlainesupport ordering
2009-06-29 jlainerename modules
2009-06-29 jlainemove files