add support for "greater or equal" and "less or equal" lookups on IntegerFields
authorjlaine <jlaine@e071eeec-0327-468d-9b6a-08194a12b294>
Mon, 24 May 2010 08:23:14 +0000 (08:23 +0000)
committerjlaine <jlaine@e071eeec-0327-468d-9b6a-08194a12b294>
Mon, 24 May 2010 08:23:14 +0000 (08:23 +0000)
commitab216ac000ca0b6aeea64d9ce112395bbb7962d5
tree558cd9809879be5bb18f3958611e8372f60f4236
parent4a1abcd053ba73b2c7e2db1068eb400468906e1a
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
ldapdb/models/fields.py
ldapdb/models/query.py
ldapdb/tests.py