diff options
Diffstat (limited to 'django/contrib/gis/db/models/proxy.py')
| -rw-r--r-- | django/contrib/gis/db/models/proxy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/gis/db/models/proxy.py b/django/contrib/gis/db/models/proxy.py index 4db365dc16..b415e147fc 100644 --- a/django/contrib/gis/db/models/proxy.py +++ b/django/contrib/gis/db/models/proxy.py @@ -5,6 +5,7 @@ objects corresponding to geographic model fields. Thanks to Robert Coup for providing this functionality (see #4322). """ + from django.db.models.query_utils import DeferredAttribute |
