diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2011-03-15 08:19:17 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2011-03-15 08:19:17 +0000 |
| commit | 6d991d10d65046f7688d5a7301ef3f9894781054 (patch) | |
| tree | 5f7147bee8a14ecc0224bc35db990911ae263bd2 | |
| parent | 1fdbcadd223641f63d0548c39860d255cef325ed (diff) | |
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
| -rw-r--r-- | docs/releases/1.3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt index a3ae77c149..7d4dfaca64 100644 --- a/docs/releases/1.3.txt +++ b/docs/releases/1.3.txt @@ -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 |
