diff options
| author | Justin Bronn <jbronn@gmail.com> | 2011-06-29 13:52:27 +0000 |
|---|---|---|
| committer | Justin Bronn <jbronn@gmail.com> | 2011-06-29 13:52:27 +0000 |
| commit | b8f0346c11c9e02b1ec13db2d470f8e063a8de70 (patch) | |
| tree | 72fe56a8ecd7bb590cf370818c25c5de52ec9e85 /docs/ref | |
| parent | 230dab85c50e2e35781fe1a37b04ecffe6680003 (diff) | |
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
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 4ec10003f6..aa6ba58630 100644 --- a/docs/ref/contrib/gis/admin.txt +++ b/docs/ref/contrib/gis/admin.txt @@ -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:: |
