1
0
mirror of https://github.com/django/django.git synced 2025-07-19 09:09:13 +00:00

[1.9.x] Fixed #26774 -- Corrected value of default_zoom in GeoModelAdmin doc

Backport of 6dd4d2709bfe427c05842c0269860ef95a0b4f00 from master
This commit is contained in:
Krzysztof Jurewicz 2016-06-17 14:01:13 +02:00 committed by Baptiste Mispelon
parent 13d16697a0
commit e7087ac503

View File

@ -20,7 +20,7 @@ GeoDjango's admin site
.. attribute:: default_zoom .. attribute:: default_zoom
The default zoom level to use. Defaults to 18. The default zoom level to use. Defaults to 4.
.. attribute:: extra_js .. attribute:: extra_js