summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-02-23 13:19:24 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-02-23 13:19:24 +0000
commitdf5e1f7860a0237b7691eb6a58701b7f54327ed2 (patch)
tree478ca2c3566bd3d6d2ddd99cb9f29bce4d0afe2c /docs
parentc646b994539c6d8a35298e06f6a4e8f3ad0c68c8 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.1.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.1.txt b/docs/releases/1.1.txt
index 84aef2b30a..edb7cf1af2 100644
--- a/docs/releases/1.1.txt
+++ b/docs/releases/1.1.txt
@@ -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.