diff options
| author | hekevintran <hekevintran@gmail.com> | 2013-07-04 12:31:58 -0700 |
|---|---|---|
| committer | Marc Tamlyn <marc.tamlyn@gmail.com> | 2013-07-05 10:58:35 +0100 |
| commit | 80dc8175a653eee5d7f09e5f357eac75bdab3a3b (patch) | |
| tree | 407993490c01467d0ed2c58852e4c09cfd05c53b /docs | |
| parent | d14db25feec73690b1cd52b3f8b83e3e38deb23b (diff) | |
[1.6.x] fixed grammar
Backport of 62a826ab31 from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index 462a389b27..963276714e 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -762,7 +762,7 @@ Miscellaneous ``{{ obj.view_href }}`` will cause template rendering to fail if ``view_href()`` raises ``NoReverseMatch``. There is no change to the ``{% url %}`` tag, it causes template rendering to fail like always when - ``NoReverseMatch`` is risen. + ``NoReverseMatch`` is raised. * :meth:`django.test.client.Client.logout` now calls :meth:`django.contrib.auth.logout` which will send the |
