summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Jurewicz <krzysztof.jurewicz@gmail.com>2016-06-17 14:01:13 +0200
committerBaptiste Mispelon <bmispelon@gmail.com>2016-06-17 14:03:52 +0200
commitbe5dfde7c24fb726dc300d93ebdf2031bfde4d46 (patch)
treecdc2b6f573dff62bf735419be50a7d12c797365f
parent4da3684f2472c5e6ebadbecb4305b4f420a0dcb9 (diff)
downloaddjango-be5dfde7c24fb726dc300d93ebdf2031bfde4d46.tar.gz
[1.8.x] Fixed #26774 -- Corrected value of default_zoom in GeoModelAdmin doc
Backport of 6dd4d2709bfe427c05842c0269860ef95a0b4f00 from master
-rw-r--r--docs/ref/contrib/gis/admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/admin.txt b/docs/ref/contrib/gis/admin.txt
index b91a2158f3..3a40a46265 100644
--- a/docs/ref/contrib/gis/admin.txt
+++ b/docs/ref/contrib/gis/admin.txt
@@ -20,7 +20,7 @@ GeoDjango's admin site
.. attribute:: default_zoom
- The default zoom level to use. Defaults to 18.
+ The default zoom level to use. Defaults to 4.
.. attribute:: extra_js