allow dynamically adding object classes to types
[matthijs/upstream/django-ldapdb.git] / ldapdb / models /
2011-08-13 Matthijs Kooijmanallow dynamically adding object classes to types master
2011-04-12 jlaineupdate copyright notice
2011-04-11 jlaineremove _collect_sub_objects() hack
2011-04-11 jlainemark base model as abstract
2011-04-11 jlaineget rid of custom meta class
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 jlaineadd missing imports
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 jlainemove LDAP compilation to the backend
2011-04-11 jlainefix collect_sub_objects
2011-04-11 jlainemove compiler definition
2011-04-11 jlaineremove django 1.1 compatibility code
2011-03-29 jlaineconvert get_db_prep_lookup() to new style (django 1.2+)
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-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 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-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 jlainesupport case insensitive "contains"
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 jlainerework tests
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 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 jlainefix wrapped lines
2010-05-19 jlaineadd db prep
2010-05-19 jlainesupport "in" filter
2010-05-19 jlainetry to add support for endswith and startswith
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-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-08-14 jlaineemit signals on save / delete
2009-08-14 jlainerework passing of dn
2009-08-14 jlainedjango 1.1 compatibility
2009-06-30 jlainedjango 1.0 compatibility
2009-06-29 jlainehandle renaming of LDAP entries
2009-06-29 jlainesupport "OR" connector in queries
2009-06-29 jlainesupport ordering
2009-06-29 jlainecleanup
2009-06-29 jlainerename modules
2009-06-29 jlaineadd copyright
2009-06-29 jlainemove files