Author: jbronn Date: 2007-09-12 20:09:33 -0500 (Wed, 12 Sep 2007) New Revision: 6111
Modified: django/branches/gis/django/contrib/gis/db/models/query.py Log: gis: fixed #5531. Modified: django/branches/gis/django/contrib/gis/db/models/query.py =================================================================== --- django/branches/gis/django/contrib/gis/db/models/query.py 2007-09-12 14:38:47 UTC (rev 6110) +++ django/branches/gis/django/contrib/gis/db/models/query.py 2007-09-13 01:09:33 UTC (rev 6111) @@ -1,7 +1,7 @@ import operator from django.core.exceptions import ImproperlyConfigured from django.db import connection -from django.db.models.query import Q, QuerySet, handle_legacy_orderlist, quote_only_if_word +from django.db.models.query import Q, QuerySet, handle_legacy_orderlist, quote_only_if_word, orderfield2column from django.db.models.fields import FieldDoesNotExist from django.utils.datastructures import SortedDict from django.contrib.gis.db.models.fields import GeometryField --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
