Fixed #12925 -- Corrected typo in v1.1 release notes. Thanks to aruseni for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12513 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2010-02-23 13:19:24 +00:00
parent c646b99453
commit df5e1f7860
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ One feature has been marked as deprecated in Django 1.1:
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 raise a ``PendingDeprecationWarning`` if used in
Django 1.1. This warning is hidden by default. In Django 1.2, this warning will
be upgraded to a ``DeprecationWarning``, which will be displayed loudly. Django
1.3 will remove ``AdminSite.root()`` entirely.