From e7087ac5039eedbca132d7a293ece08d84f929e6 Mon Sep 17 00:00:00 2001 From: Krzysztof Jurewicz Date: Fri, 17 Jun 2016 14:01:13 +0200 Subject: [PATCH] [1.9.x] Fixed #26774 -- Corrected value of default_zoom in GeoModelAdmin doc Backport of 6dd4d2709bfe427c05842c0269860ef95a0b4f00 from master --- docs/ref/contrib/gis/admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/gis/admin.txt b/docs/ref/contrib/gis/admin.txt index 62f7a78b0f..5d056911c7 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