Kaydet (Commit) ca9f0879 authored tarafından Jannis Leidel's avatar Jannis Leidel

Fixed #12604 - Typo in 1.1 release docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12461 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 6cafd4b2
...@@ -168,7 +168,7 @@ One feature has been marked as deprecated in Django 1.1: ...@@ -168,7 +168,7 @@ One feature has been marked as deprecated in Django 1.1:
(r'^admin/', include(admin.site.urls)), (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 ``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 Django 1.1. This warning is hidden by default. In Django 1.2, this warning will
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment