root/trunk/ldapdb/models/query.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @1023 [1023] 2 years jlaine move LDAP compilation to the backend
(edit) @1015 [1015] 2 years jlaine move compiler definition
(edit) @1011 [1011] 2 years jlaine remove django 1.1 compatibility code
(edit) @1009 [1009] 2 years jlaine convert get_db_prep_lookup() to new style (django 1.2+)
(edit) @967 [967] 2 years jlaine fix "exclude" operations
(edit) @966 [966] 2 years jlaine better fix for unicity checks : implement query.has_results()
(edit) @953 [953] 3 years jlaine make it possible to change the search scope
(edit) @926 [926] 3 years jlaine adjust license headers to reflect BSD license
(edit) @920 [920] 3 years jlaine don't forget to use offset/limit in get_count()
(edit) @917 [917] 3 years jlaine use self.query in compiler
(edit) @916 [916] 3 years jlaine restrict selected fields
(edit) @913 [913] 3 years jlaine fix slice handling
(edit) @911 [911] 3 years jlaine catch ldap.NO_SUCH_OBJECT for calls to ldap.search_s
(edit) @909 [909] 3 years jlaine implement and test bulk deletion
(edit) @908 [908] 3 years jlaine rework ldap filtering
(edit) @906 [906] 3 years jlaine fix get_count()
(edit) @905 [905] 3 years jlaine accept "using" keyword for get_count
(edit) @902 [902] 3 years jlaine fix ordering on int fields
(edit) @901 [901] 3 years jlaine fix ordering
(edit) @898 [898] 3 years jlaine introduce Compiler for django 1.2 compatibility
(edit) @894 [894] 3 years jlaine move field conversion
(edit) @883 [883] 3 years jlaine fix
(edit) @882 [882] 3 years jlaine add some tests for different field types
(edit) @878 [878] 3 years jlaine delay LDAP connection establishment
(edit) @876 [876] 3 years jlaine use all object classes when performing search
(edit) @874 [874] 3 years jlaine make it possible to use search in admin interface
(edit) @869 [869] 3 years jlaine allow order_by using a '-' prefix
(edit) @868 [868] 3 years jlaine fix QuerySet? constructor for django 1.2
(edit) @866 [866] 3 years jlaine fix lookups with django 1.2
(edit) @864 [864] 3 years jlaine rework tests
(edit) @862 [862] 3 years jlaine add support for "greater or equal" and "less or equal" lookups on …
(edit) @860 [860] 3 years jlaine rework field preparation
(edit) @857 [857] 3 years jlaine update copyright date
(edit) @853 [853] 3 years jlaine django 1.2 compatibility fixes
(edit) @851 [851] 3 years jlaine django 1.0 is no longer supported
(edit) @850 [850] 3 years jlaine add support for 'contains' filter (Jeff Schroeder)
(edit) @849 [849] 3 years jlaine improve LDAP filter escaping
(edit) @845 [845] 3 years jlaine support "in" filter
(edit) @844 [844] 3 years jlaine try to add support for endswith and startswith
(edit) @663 [663] 4 years jlaine fix
(edit) @662 [662] 4 years jlaine case insensitive sorting
(edit) @649 [649] 4 years jlaine fixup
(edit) @648 [648] 4 years jlaine support multiple values in WHERE clause
(edit) @646 [646] 4 years jlaine fix results ordering when a key is not present
(edit) @548 [548] 4 years jlaine change declaration of base_dn and object_classes
(edit) @474 [474] 4 years jlaine rework passing of dn
(edit) @473 [473] 4 years jlaine django 1.1 compatibility
(edit) @445 [445] 4 years jlaine django 1.0 compatibility
(edit) @441 [441] 4 years jlaine support "OR" connector in queries
(edit) @440 [440] 4 years jlaine support ordering
(edit) @438 [438] 4 years jlaine rename modules
(copy) @436 [436] 4 years jlaine move files
copied from trunk/ldapdb/query.py:
(add) @434 [434] 4 years jlaine import code
Note: See TracRevisionLog for help on using the revision log.