From b9d1c5d9f65d0d6f1a812b0a90b33f5106d98101 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Tue, 23 Feb 2010 13:29:18 +0000 Subject: [PATCH] [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 --- docs/releases/1.1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.1.txt b/docs/releases/1.1.txt index 0401f20855..2ced963efd 100644 --- a/docs/releases/1.1.txt +++ b/docs/releases/1.1.txt @@ -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. -``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.