1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

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

Backport of r12513 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12519 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2010-02-23 13:29:18 +00:00
parent 6a28f581c0
commit b9d1c5d9f6

View File

@ -166,7 +166,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. 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 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 be upgraded to a ``DeprecationWarning``, which will be displayed loudly. Django
1.3 will remove ``AdminSite.root()`` entirely. 1.3 will remove ``AdminSite.root()`` entirely.