summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-03-11 12:53:12 -0500
committerTim Graham <timograham@gmail.com>2016-03-11 13:09:24 -0500
commit9027fac8414c30db640c4592ee083f12bb8ee5a6 (patch)
treecdd45124f1e1ab64d8c3916660b9cdd4f7200728 /django
parent1f035e6283dc06ad9ab719e786944a094c7eb330 (diff)
Removed unneeded GeoManagers in tests.
Diffstat (limited to 'django')
-rw-r--r--django/contrib/gis/sitemaps/views.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/django/contrib/gis/sitemaps/views.py b/django/contrib/gis/sitemaps/views.py
index c5fd1aa904..948c3ec36c 100644
--- a/django/contrib/gis/sitemaps/views.py
+++ b/django/contrib/gis/sitemaps/views.py
@@ -13,8 +13,7 @@ def kml(request, label, model, field_name=None, compress=False, using=DEFAULT_DB
"""
This view generates KML for the given app label, model, and field name.
- The model's default manager must be GeoManager, and the field name
- must be that of a geographic field.
+ The field name must be that of a geographic field.
"""
placemarks = []
try: