Minor grammar fix to release notes added in r15765.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2011-03-15 08:19:17 +00:00
parent 1fdbcadd22
commit 6d991d10d6
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ A number of improvements have been made to Django's built-in template tags:
* The :ttag:`include` tag now accepts a ``with`` option, allowing
you to specify context variables to the included template
* The :ttag:`include` tag now accepts a ``only`` option, allowing
* The :ttag:`include` tag now accepts an ``only`` option, allowing
you to exclude the current context from the included context
* The :ttag:`with` tag now allows you to define multiple context