Skip to content

Commit 71897bf

Browse files
committed
[1.1.X] Fixed #12604 - Typo in 1.1 release docs.
Backport of r12461. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12478 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 49c116f commit 71897bf

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
@@ -164,7 +164,7 @@ One feature has been marked as deprecated in Django 1.1:
164164

165165
(r'^admin/', include(admin.site.urls)),
166166

167-
You should begin to remove use of this features from your code immediately.
167+
You should begin to remove use of this feature from your code immediately.
168168

169169
``AdminSite.root`` will will raise a ``PendingDeprecationWarning`` if used in
170170
Django 1.1. This warning is hidden by default. In Django 1.2, this warning will

0 commit comments

Comments
 (0)