Browse Source

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
Justin Bronn 13 years ago
parent
commit
b8f0346c11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/contrib/gis/admin.txt

+ 1 - 1
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::