From: jlaine Date: Tue, 30 Jun 2009 10:33:33 +0000 (+0000) Subject: django 1.0 compatibility X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fdjango-ldapdb.git;a=commitdiff_plain;h=5b07fe4646e8171565701bef9884d257f18cf65c django 1.0 compatibility git-svn-id: https://svn.bolloretelecom.eu/opensource/django-ldapdb/trunk@445 e071eeec-0327-468d-9b6a-08194a12b294 --- diff --git a/ldapdb/models/query.py b/ldapdb/models/query.py index 7346608..6eaecb1 100644 --- a/ldapdb/models/query.py +++ b/ldapdb/models/query.py @@ -25,7 +25,7 @@ import ldap from django.db.models.query import QuerySet as BaseQuerySet from django.db.models.query_utils import Q -from django.db.models.sql import BaseQuery +from django.db.models.sql import Query as BaseQuery from django.db.models.sql.where import WhereNode as BaseWhereNode, AND, OR import ldapdb