matthijs/upstream/django-ldapdb.git
13 years agofix license
jlaine [Wed, 2 Jun 2010 10:57:53 +0000 (10:57 +0000)]
fix license

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@925 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoswitch to BSD license
jlaine [Tue, 1 Jun 2010 21:49:30 +0000 (21:49 +0000)]
switch to BSD license

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@924 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoinclude ldapdb.models
jlaine [Tue, 1 Jun 2010 16:53:30 +0000 (16:53 +0000)]
include ldapdb.models

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@923 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoadd setup.py
jlaine [Tue, 1 Jun 2010 16:51:26 +0000 (16:51 +0000)]
add setup.py

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@922 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoadd tests for qs.count()
jlaine [Tue, 1 Jun 2010 16:33:20 +0000 (16:33 +0000)]
add tests for qs.count()

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@921 e071eeec-0327-468d-9b6a-08194a12b294

13 years agodon't forget to use offset/limit in get_count()
jlaine [Tue, 1 Jun 2010 16:28:48 +0000 (16:28 +0000)]
don't forget to use offset/limit in get_count()

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@920 e071eeec-0327-468d-9b6a-08194a12b294

13 years agorestore test_slice()
jlaine [Tue, 1 Jun 2010 16:17:32 +0000 (16:17 +0000)]
restore test_slice()

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@919 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoremove references to root dn
jlaine [Tue, 1 Jun 2010 13:16:24 +0000 (13:16 +0000)]
remove references to root dn

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@918 e071eeec-0327-468d-9b6a-08194a12b294

13 years agouse self.query in compiler
jlaine [Tue, 1 Jun 2010 13:02:55 +0000 (13:02 +0000)]
use self.query in compiler

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@917 e071eeec-0327-468d-9b6a-08194a12b294

13 years agorestrict selected fields
jlaine [Tue, 1 Jun 2010 12:59:46 +0000 (12:59 +0000)]
restrict selected fields

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@916 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoadd test cases for qs.values(*fields) and qs.values_list(*fields)
jlaine [Tue, 1 Jun 2010 12:37:45 +0000 (12:37 +0000)]
add test cases for qs.values(*fields) and qs.values_list(*fields)

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@915 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoimprove display
jlaine [Mon, 31 May 2010 20:26:22 +0000 (20:26 +0000)]
improve display

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@914 e071eeec-0327-468d-9b6a-08194a12b294

13 years agofix slice handling
jlaine [Mon, 31 May 2010 20:12:06 +0000 (20:12 +0000)]
fix slice handling

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@913 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoadd more groups for tests
jlaine [Mon, 31 May 2010 19:56:59 +0000 (19:56 +0000)]
add more groups for tests

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@912 e071eeec-0327-468d-9b6a-08194a12b294

13 years agocatch ldap.NO_SUCH_OBJECT for calls to ldap.search_s
jlaine [Mon, 31 May 2010 19:52:13 +0000 (19:52 +0000)]
catch ldap.NO_SUCH_OBJECT for calls to ldap.search_s

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@911 e071eeec-0327-468d-9b6a-08194a12b294

13 years agotouchup documentation
jlaine [Mon, 31 May 2010 19:45:42 +0000 (19:45 +0000)]
touchup documentation

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@910 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoimplement and test bulk deletion
jlaine [Mon, 31 May 2010 19:43:24 +0000 (19:43 +0000)]
implement and test bulk deletion

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@909 e071eeec-0327-468d-9b6a-08194a12b294

13 years agorework ldap filtering
jlaine [Mon, 31 May 2010 19:38:39 +0000 (19:38 +0000)]
rework ldap filtering

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@908 e071eeec-0327-468d-9b6a-08194a12b294

13 years agofix and test deletion from admin interface
jlaine [Mon, 31 May 2010 19:06:42 +0000 (19:06 +0000)]
fix and test deletion from admin interface

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@907 e071eeec-0327-468d-9b6a-08194a12b294

13 years agofix get_count()
jlaine [Mon, 31 May 2010 18:54:36 +0000 (18:54 +0000)]
fix get_count()

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@906 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoaccept "using" keyword for get_count
jlaine [Mon, 31 May 2010 18:45:48 +0000 (18:45 +0000)]
accept "using" keyword for get_count

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@905 e071eeec-0327-468d-9b6a-08194a12b294

13 years agotest ordering
jlaine [Mon, 31 May 2010 18:37:26 +0000 (18:37 +0000)]
test ordering

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@904 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoimprove unit tests
jlaine [Mon, 31 May 2010 18:31:20 +0000 (18:31 +0000)]
improve unit tests

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@903 e071eeec-0327-468d-9b6a-08194a12b294

13 years agofix ordering on int fields
jlaine [Mon, 31 May 2010 18:28:59 +0000 (18:28 +0000)]
fix ordering on int fields

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@902 e071eeec-0327-468d-9b6a-08194a12b294

13 years agofix ordering
jlaine [Mon, 31 May 2010 18:07:06 +0000 (18:07 +0000)]
fix ordering

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@901 e071eeec-0327-468d-9b6a-08194a12b294

13 years agotest admin interface search
jlaine [Mon, 31 May 2010 18:00:08 +0000 (18:00 +0000)]
test admin interface search

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@900 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoadd settings for testing purposes
jlaine [Mon, 31 May 2010 17:33:34 +0000 (17:33 +0000)]
add settings for testing purposes

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@899 e071eeec-0327-468d-9b6a-08194a12b294

13 years agointroduce Compiler for django 1.2 compatibility
jlaine [Mon, 31 May 2010 17:30:22 +0000 (17:30 +0000)]
introduce Compiler for django 1.2 compatibility

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@898 e071eeec-0327-468d-9b6a-08194a12b294

13 years agomake tearDown more robust
jlaine [Mon, 31 May 2010 17:19:59 +0000 (17:19 +0000)]
make tearDown more robust

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@897 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoimprove unit tests
jlaine [Mon, 31 May 2010 17:05:16 +0000 (17:05 +0000)]
improve unit tests

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@896 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoremove obsolete 'convert' function
jlaine [Mon, 31 May 2010 16:46:19 +0000 (16:46 +0000)]
remove obsolete 'convert' function

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@895 e071eeec-0327-468d-9b6a-08194a12b294

13 years agomove field conversion
jlaine [Mon, 31 May 2010 16:32:10 +0000 (16:32 +0000)]
move field conversion

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@894 e071eeec-0327-468d-9b6a-08194a12b294

13 years agostart moving charset conversion to fields
jlaine [Mon, 31 May 2010 16:17:50 +0000 (16:17 +0000)]
start moving charset conversion to fields

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@893 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoimprove unit tests
jlaine [Mon, 31 May 2010 16:12:33 +0000 (16:12 +0000)]
improve unit tests

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@892 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoadd accents to tests
jlaine [Mon, 31 May 2010 16:00:04 +0000 (16:00 +0000)]
add accents to tests

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@891 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoimprove unit tests
jlaine [Mon, 31 May 2010 15:31:14 +0000 (15:31 +0000)]
improve unit tests

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@890 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoimprove admin interface tests
jlaine [Mon, 31 May 2010 14:21:56 +0000 (14:21 +0000)]
improve admin interface tests

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@889 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoadd basic tests for admin interface
jlaine [Mon, 31 May 2010 14:15:27 +0000 (14:15 +0000)]
add basic tests for admin interface

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@888 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoadd some files for testing
jlaine [Mon, 31 May 2010 14:03:09 +0000 (14:03 +0000)]
add some files for testing

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@887 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoadd urls for testing
jlaine [Mon, 31 May 2010 14:02:24 +0000 (14:02 +0000)]
add urls for testing

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@886 e071eeec-0327-468d-9b6a-08194a12b294

13 years agotest photo attribute
jlaine [Mon, 31 May 2010 13:30:50 +0000 (13:30 +0000)]
test photo attribute

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@885 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoimprove test coverage
jlaine [Mon, 31 May 2010 13:25:43 +0000 (13:25 +0000)]
improve test coverage

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@884 e071eeec-0327-468d-9b6a-08194a12b294

13 years agofix
jlaine [Mon, 31 May 2010 13:24:45 +0000 (13:24 +0000)]
fix

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@883 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoadd some tests for different field types
jlaine [Mon, 31 May 2010 13:19:14 +0000 (13:19 +0000)]
add some tests for different field types

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@882 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoadd some FIXMEs
jlaine [Mon, 31 May 2010 12:01:33 +0000 (12:01 +0000)]
add some FIXMEs

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@881 e071eeec-0327-468d-9b6a-08194a12b294

13 years agocreate / drop LDAP in tests
jlaine [Mon, 31 May 2010 11:52:10 +0000 (11:52 +0000)]
create / drop LDAP in tests

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@880 e071eeec-0327-468d-9b6a-08194a12b294

13 years agofix tests
jlaine [Mon, 24 May 2010 19:49:40 +0000 (19:49 +0000)]
fix tests

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@879 e071eeec-0327-468d-9b6a-08194a12b294

13 years agodelay LDAP connection establishment
jlaine [Mon, 24 May 2010 19:38:56 +0000 (19:38 +0000)]
delay LDAP connection establishment

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@878 e071eeec-0327-468d-9b6a-08194a12b294

13 years agodeclare connection features
jlaine [Mon, 24 May 2010 18:30:33 +0000 (18:30 +0000)]
declare connection features

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@877 e071eeec-0327-468d-9b6a-08194a12b294

13 years agouse all object classes when performing search
jlaine [Mon, 24 May 2010 18:15:01 +0000 (18:15 +0000)]
use all object classes when performing search

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@876 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoadd an example for search_fields in admin interface
jlaine [Mon, 24 May 2010 18:09:56 +0000 (18:09 +0000)]
add an example for search_fields in admin interface

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@875 e071eeec-0327-468d-9b6a-08194a12b294

13 years agomake it possible to use search in admin interface
jlaine [Mon, 24 May 2010 18:08:17 +0000 (18:08 +0000)]
make it possible to use search in admin interface

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@874 e071eeec-0327-468d-9b6a-08194a12b294

13 years agosupport case insensitive "contains"
jlaine [Mon, 24 May 2010 17:57:12 +0000 (17:57 +0000)]
support case insensitive "contains"

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@873 e071eeec-0327-468d-9b6a-08194a12b294

13 years agodeclare database operations
jlaine [Mon, 24 May 2010 17:56:40 +0000 (17:56 +0000)]
declare database operations

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@872 e071eeec-0327-468d-9b6a-08194a12b294

13 years agotest escaping
jlaine [Mon, 24 May 2010 10:08:39 +0000 (10:08 +0000)]
test escaping

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@871 e071eeec-0327-468d-9b6a-08194a12b294

13 years agotest list field
jlaine [Mon, 24 May 2010 10:07:58 +0000 (10:07 +0000)]
test list field

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@870 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoallow order_by using a '-' prefix
jlaine [Mon, 24 May 2010 09:55:21 +0000 (09:55 +0000)]
allow order_by using a '-' prefix

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@869 e071eeec-0327-468d-9b6a-08194a12b294

13 years agofix QuerySet constructor for django 1.2
jlaine [Mon, 24 May 2010 09:35:02 +0000 (09:35 +0000)]
fix QuerySet constructor for django 1.2

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@868 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoadd admin interface for examples
jlaine [Mon, 24 May 2010 09:34:23 +0000 (09:34 +0000)]
add admin interface for examples

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@867 e071eeec-0327-468d-9b6a-08194a12b294

13 years agofix lookups with django 1.2
jlaine [Mon, 24 May 2010 09:05:29 +0000 (09:05 +0000)]
fix lookups with django 1.2

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@866 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoimprove test coverage
jlaine [Mon, 24 May 2010 08:40:47 +0000 (08:40 +0000)]
improve test coverage

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@865 e071eeec-0327-468d-9b6a-08194a12b294

13 years agorework tests
jlaine [Mon, 24 May 2010 08:37:28 +0000 (08:37 +0000)]
rework tests

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@864 e071eeec-0327-468d-9b6a-08194a12b294

13 years agotest 'in' operator
jlaine [Mon, 24 May 2010 08:30:38 +0000 (08:30 +0000)]
test 'in' operator

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@863 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoadd support for "greater or equal" and "less or equal" lookups on IntegerFields
jlaine [Mon, 24 May 2010 08:23:14 +0000 (08:23 +0000)]
add support for "greater or equal" and "less or equal" lookups on IntegerFields

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@862 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoprevent lookups on ImageField and ListField for now
jlaine [Mon, 24 May 2010 07:50:13 +0000 (07:50 +0000)]
prevent lookups on ImageField and ListField for now

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@861 e071eeec-0327-468d-9b6a-08194a12b294

13 years agorework field preparation
jlaine [Mon, 24 May 2010 07:41:43 +0000 (07:41 +0000)]
rework field preparation

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@860 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoadd some test cases for examples
jlaine [Mon, 24 May 2010 07:17:35 +0000 (07:17 +0000)]
add some test cases for examples

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@859 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoupdate copyright
jlaine [Mon, 24 May 2010 07:12:35 +0000 (07:12 +0000)]
update copyright

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@858 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoupdate copyright date
jlaine [Mon, 24 May 2010 07:07:58 +0000 (07:07 +0000)]
update copyright date

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@857 e071eeec-0327-468d-9b6a-08194a12b294

13 years agofix
jlaine [Mon, 24 May 2010 07:07:45 +0000 (07:07 +0000)]
fix

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@856 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoadd some examples
jlaine [Mon, 24 May 2010 07:03:48 +0000 (07:03 +0000)]
add some examples

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@855 e071eeec-0327-468d-9b6a-08194a12b294

13 years agorefactor tests
jlaine [Mon, 24 May 2010 06:47:24 +0000 (06:47 +0000)]
refactor tests

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@854 e071eeec-0327-468d-9b6a-08194a12b294

13 years agodjango 1.2 compatibility fixes
jlaine [Mon, 24 May 2010 06:27:53 +0000 (06:27 +0000)]
django 1.2 compatibility fixes

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@853 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoimprove tests : Constraint should operate on a field
jlaine [Mon, 24 May 2010 06:16:09 +0000 (06:16 +0000)]
improve tests : Constraint should operate on a field

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@852 e071eeec-0327-468d-9b6a-08194a12b294

13 years agodjango 1.0 is no longer supported
jlaine [Fri, 21 May 2010 13:24:22 +0000 (13:24 +0000)]
django 1.0 is no longer supported

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@851 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoadd support for 'contains' filter (Jeff Schroeder)
jlaine [Wed, 19 May 2010 13:25:18 +0000 (13:25 +0000)]
add support for 'contains' filter (Jeff Schroeder)

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@850 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoimprove LDAP filter escaping
jlaine [Wed, 19 May 2010 08:31:51 +0000 (08:31 +0000)]
improve LDAP filter escaping

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@849 e071eeec-0327-468d-9b6a-08194a12b294

13 years agofix wrapped lines
jlaine [Wed, 19 May 2010 08:22:20 +0000 (08:22 +0000)]
fix wrapped lines

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@848 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoadd db prep
jlaine [Wed, 19 May 2010 08:21:36 +0000 (08:21 +0000)]
add db prep

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@847 e071eeec-0327-468d-9b6a-08194a12b294

13 years agotest "in" operation
jlaine [Wed, 19 May 2010 08:05:08 +0000 (08:05 +0000)]
test "in" operation

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@846 e071eeec-0327-468d-9b6a-08194a12b294

13 years agosupport "in" filter
jlaine [Wed, 19 May 2010 08:03:27 +0000 (08:03 +0000)]
support "in" filter

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@845 e071eeec-0327-468d-9b6a-08194a12b294

13 years agotry to add support for endswith and startswith
jlaine [Wed, 19 May 2010 07:50:04 +0000 (07:50 +0000)]
try to add support for endswith and startswith

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@844 e071eeec-0327-468d-9b6a-08194a12b294

13 years agostart adding unit tests
jlaine [Wed, 19 May 2010 07:06:39 +0000 (07:06 +0000)]
start adding unit tests

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@843 e071eeec-0327-468d-9b6a-08194a12b294

13 years agoremove duplicated encoding declaration
jlaine [Wed, 19 May 2010 06:34:45 +0000 (06:34 +0000)]
remove duplicated encoding declaration

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@842 e071eeec-0327-468d-9b6a-08194a12b294

14 years agofix
jlaine [Mon, 7 Sep 2009 17:02:04 +0000 (17:02 +0000)]
fix

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@663 e071eeec-0327-468d-9b6a-08194a12b294

14 years agocase insensitive sorting
jlaine [Mon, 7 Sep 2009 16:58:16 +0000 (16:58 +0000)]
case insensitive sorting

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@662 e071eeec-0327-468d-9b6a-08194a12b294

14 years agoadd some field definitions
jlaine [Mon, 7 Sep 2009 09:32:01 +0000 (09:32 +0000)]
add some field definitions

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@650 e071eeec-0327-468d-9b6a-08194a12b294

14 years agofixup
jlaine [Mon, 7 Sep 2009 09:00:58 +0000 (09:00 +0000)]
fixup

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@649 e071eeec-0327-468d-9b6a-08194a12b294

14 years agosupport multiple values in WHERE clause
jlaine [Mon, 7 Sep 2009 08:49:42 +0000 (08:49 +0000)]
support multiple values in WHERE clause

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@648 e071eeec-0327-468d-9b6a-08194a12b294

14 years agofix character encoding in call to delete_s
jlaine [Mon, 7 Sep 2009 06:01:17 +0000 (06:01 +0000)]
fix character encoding in call to delete_s

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@647 e071eeec-0327-468d-9b6a-08194a12b294

14 years agofix results ordering when a key is not present
jlaine [Sun, 6 Sep 2009 08:41:36 +0000 (08:41 +0000)]
fix results ordering when a key is not present

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@646 e071eeec-0327-468d-9b6a-08194a12b294

14 years agoprune old stuff
jlaine [Wed, 2 Sep 2009 11:22:36 +0000 (11:22 +0000)]
prune old stuff

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@555 e071eeec-0327-468d-9b6a-08194a12b294

14 years agofixup
jlaine [Wed, 2 Sep 2009 09:02:45 +0000 (09:02 +0000)]
fixup

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@552 e071eeec-0327-468d-9b6a-08194a12b294

14 years agodon't patch get_query_set for abstract classes
jlaine [Wed, 2 Sep 2009 08:30:25 +0000 (08:30 +0000)]
don't patch get_query_set for abstract classes

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@550 e071eeec-0327-468d-9b6a-08194a12b294

14 years agochange declaration of base_dn and object_classes
jlaine [Wed, 2 Sep 2009 07:47:01 +0000 (07:47 +0000)]
change declaration of base_dn and object_classes

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@548 e071eeec-0327-468d-9b6a-08194a12b294

14 years agofix DN encoding in search_s
jlaine [Tue, 1 Sep 2009 15:32:33 +0000 (15:32 +0000)]
fix DN encoding in search_s

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@540 e071eeec-0327-468d-9b6a-08194a12b294

14 years agofix some character encoding issues
jlaine [Tue, 1 Sep 2009 15:18:38 +0000 (15:18 +0000)]
fix some character encoding issues

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@538 e071eeec-0327-468d-9b6a-08194a12b294

14 years agoemit signals on save / delete
jlaine [Fri, 14 Aug 2009 16:45:03 +0000 (16:45 +0000)]
emit signals on save / delete

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@475 e071eeec-0327-468d-9b6a-08194a12b294

14 years agorework passing of dn
jlaine [Fri, 14 Aug 2009 15:34:56 +0000 (15:34 +0000)]
rework passing of dn

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@474 e071eeec-0327-468d-9b6a-08194a12b294

14 years agodjango 1.1 compatibility
jlaine [Fri, 14 Aug 2009 14:11:25 +0000 (14:11 +0000)]
django 1.1 compatibility

git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@473 e071eeec-0327-468d-9b6a-08194a12b294