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:01:13 +0200 |
| commit | 6dd4d2709bfe427c05842c0269860ef95a0b4f00 (patch) | |
| tree | 497a86edbbb6b82b31e469092c565b2b09cbd78f /docs | |
| parent | 702dfa3589cddf996c18aee46286a49844efd70d (diff) | |
Fixed #26774 -- Corrected value of default_zoom in GeoModelAdmin doc
Diffstat (limited to 'docs')
| -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 834a072026..b873f51a05 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 |
