diff options
| author | Justin Bronn <jbronn@gmail.com> | 2011-06-29 16:40:31 +0000 |
|---|---|---|
| committer | Justin Bronn <jbronn@gmail.com> | 2011-06-29 16:40:31 +0000 |
| commit | a441032e0e5363f2151ccfe95150fb29c6907579 (patch) | |
| tree | 5dd8fdea5c4bcd8642ffd21a5a72952ec2ac4989 /docs/ref | |
| parent | d8ef686e2451c86e327af6a665e24b3a157d90b6 (diff) | |
[1.3.X] Fixed #16232 -- Corrected typo in geographic admin reference. Thanks, Issac Kelly.
Backport of r16484 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16486 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:: |
