diff options
| author | Krzysztof Jurewicz <krzysztof.jurewicz@gmail.com> | 2016-06-17 14:01:13 +0200 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2016-06-17 14:03:00 +0200 |
| commit | e7087ac5039eedbca132d7a293ece08d84f929e6 (patch) | |
| tree | 1f384c1e456771dfc2af87d434770ebf270cf958 /docs/ref | |
| parent | 13d16697a0de87b37a046d5418426a02b810a5b0 (diff) | |
[1.9.x] Fixed #26774 -- Corrected value of default_zoom in GeoModelAdmin doc
Backport of 6dd4d2709bfe427c05842c0269860ef95a0b4f00 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/admin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
