diff options
| author | Tim Graham <timograham@gmail.com> | 2016-03-11 12:53:12 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-11 13:09:24 -0500 |
| commit | 9027fac8414c30db640c4592ee083f12bb8ee5a6 (patch) | |
| tree | cdd45124f1e1ab64d8c3916660b9cdd4f7200728 /django | |
| parent | 1f035e6283dc06ad9ab719e786944a094c7eb330 (diff) | |
Removed unneeded GeoManagers in tests.
Diffstat (limited to 'django')
| -rw-r--r-- | django/contrib/gis/sitemaps/views.py | 3 |
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: |
