Fixed #16232 -- Corrected typo in geographic admin reference. Thanks, Issac Kelly.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16484 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
230dab85c5
commit
b8f0346c11
|
@ -50,7 +50,7 @@ GeoDjango's admin site
|
|||
|
||||
.. attribute:: modifiable
|
||||
|
||||
Defaults to ``False``. When set to ``True``, disables editing of
|
||||
Defaults to ``True``. When set to ``False``, disables editing of
|
||||
existing geometry fields in the admin.
|
||||
|
||||
.. note::
|
||||
|
|
Loading…
Reference in New Issue