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:
Justin Bronn 2011-06-29 13:52:27 +00:00
parent 230dab85c5
commit b8f0346c11
1 changed files with 1 additions and 1 deletions

View File

@ -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::