Skip to content

Commit b9d1c5d

Browse files
committed
[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
1 parent 6a28f58 commit b9d1c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/releases/1.1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ One feature has been marked as deprecated in Django 1.1:
166166

167167
You should begin to remove use of this feature from your code immediately.
168168

169-
``AdminSite.root`` will will raise a ``PendingDeprecationWarning`` if used in
169+
``AdminSite.root`` will raise a ``PendingDeprecationWarning`` if used in
170170
Django 1.1. This warning is hidden by default. In Django 1.2, this warning will
171171
be upgraded to a ``DeprecationWarning``, which will be displayed loudly. Django
172172
1.3 will remove ``AdminSite.root()`` entirely.

0 commit comments

Comments
 (0)