Skip to content

Commit ca9f087

Browse files
committed
Fixed #12604 - Typo in 1.1 release docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12461 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 6cafd4b commit ca9f087

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

169169
(r'^admin/', include(admin.site.urls)),
170170

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

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

0 commit comments

Comments
 (0)