Fixed #12604 - Typo in 1.1 release docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12461 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
6cafd4b21f
commit
ca9f0879fe
|
@ -168,7 +168,7 @@ One feature has been marked as deprecated in Django 1.1:
|
|||
|
||||
(r'^admin/', include(admin.site.urls)),
|
||||
|
||||
You should begin to remove use of this features from your code immediately.
|
||||
You should begin to remove use of this feature from your code immediately.
|
||||
|
||||
``AdminSite.root`` will will raise a ``PendingDeprecationWarning`` if used in
|
||||
Django 1.1. This warning is hidden by default. In Django 1.2, this warning will
|
||||
|
|
Loading…
Reference in New Issue