root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @1117 [1117] 8 weeks jlaine compatibility fix for django 1.4 (Jeroen Dekkers)
(edit) @1116 [1116] 8 weeks jlaine add support for .order_by('pk')
(edit) @1115 [1115] 8 weeks jlaine import WhereNode? from django, not ldapdb (Jeroen Dekkers)
(edit) @1064 [1064] 6 months jlaine make scoped() return a proxy model (Jeroen Dekkers)
(edit) @1063 [1063] 6 months jlaine fix distribution (thanks Raphaël)
(edit) @1053 [1053] 13 months jlaine use new-style settings in example
(edit) @1052 [1052] 13 months jlaine Do not create tables for LDAP models (thanks Gervase)
(edit) @1051 [1051] 13 months jlaine do not hardcode database name in router
(edit) @1050 [1050] 14 months jlaine update settings for django 1.2
(edit) @1049 [1049] 14 months jlaine update copyright notice
(edit) @1048 [1048] 14 months jlaine remove _collect_sub_objects() hack
(edit) @1047 [1047] 14 months jlaine mark base model as abstract
(edit) @1046 [1046] 14 months jlaine rework
(edit) @1045 [1045] 14 months jlaine move transaction disable
(edit) @1044 [1044] 14 months jlaine partially resync settings with django defaults
(edit) @1043 [1043] 14 months jlaine get rid of custom meta class
(edit) @1042 [1042] 14 months jlaine only use legacy db parameters if available
(edit) @1041 [1041] 14 months jlaine improve ldap search_s wrapper
(edit) @1040 [1040] 14 months jlaine refactor LDAP access in tests
(edit) @1039 [1039] 14 months jlaine refactor db access
(edit) @1038 [1038] 14 months jlaine rework router
(edit) @1037 [1037] 14 months jlaine prune unnecessary imports
(edit) @1036 [1036] 14 months jlaine do not define queryset.delete(), the base implementation works
(edit) @1035 [1035] 14 months jlaine stop using custom "Query" object
(edit) @1034 [1034] 14 months jlaine improve phony execute_sql()
(edit) @1033 [1033] 14 months jlaine add a minimal execute_sql() method to compiler
(edit) @1032 [1032] 14 months jlaine disable transactions
(edit) @1031 [1031] 14 months jlaine add missing imports
(edit) @1030 [1030] 14 months jlaine bypass test database creation
(edit) @1029 [1029] 14 months jlaine partially fix tests
(edit) @1028 [1028] 14 months jlaine fixup
(edit) @1027 [1027] 14 months jlaine use django's database router instead of hard-coding ldapdb.connection
(edit) @1026 [1026] 14 months jlaine use django's database framework instead of hard-coding ldapdb.connection
(edit) @1025 [1025] 14 months jlaine register LDAP router
(edit) @1024 [1024] 14 months jlaine actually register database
(edit) @1023 [1023] 14 months jlaine move LDAP compilation to the backend
(edit) @1022 [1022] 14 months jlaine fix collect_sub_objects
(edit) @1021 [1021] 14 months jlaine move LDAP filter compiling
(edit) @1020 [1020] 14 months jlaine make "commit" a no-op
(edit) @1019 [1019] 14 months jlaine register LDAP compiler
(edit) @1018 [1018] 14 months jlaine make rollback a no-op
(edit) @1017 [1017] 14 months jlaine add missing code
(edit) @1016 [1016] 14 months jlaine remove code from ldapdb.init
(edit) @1015 [1015] 14 months jlaine move compiler definition
(edit) @1014 [1014] 14 months jlaine move backend definition
(edit) @1013 [1013] 14 months jlaine start splitting code to an actual backend
(edit) @1012 [1012] 14 months jlaine add basic DB router
(edit) @1011 [1011] 14 months jlaine remove django 1.1 compatibility code
(edit) @1010 [1010] 14 months jlaine rename LdapConnection? to DatabaseWrapper? and accept configuration as a …
(edit) @1009 [1009] 14 months jlaine convert get_db_prep_lookup() to new style (django 1.2+)
(edit) @1008 [1008] 14 months jlaine make DatabaseFeatures? take a "connection" argument for django trunk …
(edit) @969 [969] 17 months jlaine mention the BSD license, not GPL
(edit) @968 [968] 17 months jlaine add more filter tests
(edit) @967 [967] 17 months jlaine fix "exclude" operations
(edit) @966 [966] 17 months jlaine better fix for unicity checks : implement query.has_results()
(edit) @965 [965] 17 months jlaine update copyright years
(edit) @964 [964] 17 months jlaine test adding a group from admin interface
(edit) @963 [963] 17 months jlaine bypass unicity checks, to un-break admin interface
(edit) @953 [953] 20 months jlaine make it possible to change the search scope
(edit) @930 [930] 2 years jlaine make sure escape_ldap_filter handles unicode correctly
(edit) @928 [928] 2 years jlaine test LDAP model scoping
(edit) @927 [927] 2 years jlaine use inherited fields too
(edit) @926 [926] 2 years jlaine adjust license headers to reflect BSD license
(edit) @925 [925] 2 years jlaine fix license
(edit) @924 [924] 2 years jlaine switch to BSD license
(edit) @923 [923] 2 years jlaine include ldapdb.models
(edit) @922 [922] 2 years jlaine add setup.py
(edit) @921 [921] 2 years jlaine add tests for qs.count()
(edit) @920 [920] 2 years jlaine don't forget to use offset/limit in get_count()
(edit) @919 [919] 2 years jlaine restore test_slice()
(edit) @918 [918] 2 years jlaine remove references to root dn
(edit) @917 [917] 2 years jlaine use self.query in compiler
(edit) @916 [916] 2 years jlaine restrict selected fields
(edit) @915 [915] 2 years jlaine add test cases for qs.values(*fields) and qs.values_list(*fields)
(edit) @914 [914] 2 years jlaine improve display
(edit) @913 [913] 2 years jlaine fix slice handling
(edit) @912 [912] 2 years jlaine add more groups for tests
(edit) @911 [911] 2 years jlaine catch ldap.NO_SUCH_OBJECT for calls to ldap.search_s
(edit) @910 [910] 2 years jlaine touchup documentation
(edit) @909 [909] 2 years jlaine implement and test bulk deletion
(edit) @908 [908] 2 years jlaine rework ldap filtering
(edit) @907 [907] 2 years jlaine fix and test deletion from admin interface
(edit) @906 [906] 2 years jlaine fix get_count()
(edit) @905 [905] 2 years jlaine accept "using" keyword for get_count
(edit) @904 [904] 2 years jlaine test ordering
(edit) @903 [903] 2 years jlaine improve unit tests
(edit) @902 [902] 2 years jlaine fix ordering on int fields
(edit) @901 [901] 2 years jlaine fix ordering
(edit) @900 [900] 2 years jlaine test admin interface search
(edit) @899 [899] 2 years jlaine add settings for testing purposes
(edit) @898 [898] 2 years jlaine introduce Compiler for django 1.2 compatibility
(edit) @897 [897] 2 years jlaine make tearDown more robust
(edit) @896 [896] 2 years jlaine improve unit tests
(edit) @895 [895] 2 years jlaine remove obsolete 'convert' function
(edit) @894 [894] 2 years jlaine move field conversion
(edit) @893 [893] 2 years jlaine start moving charset conversion to fields
(edit) @892 [892] 2 years jlaine improve unit tests
(edit) @891 [891] 2 years jlaine add accents to tests
(edit) @890 [890] 2 years jlaine improve unit tests
(edit) @889 [889] 2 years jlaine improve admin interface tests
Note: See TracRevisionLog for help on using the revision log.