Skip to content

Commit

Permalink
[1.6.x] fixed grammar
Browse files Browse the repository at this point in the history
Backport of 62a826a from master.
  • Loading branch information
orientalperil authored and mjtamlyn committed Jul 5, 2013
1 parent d14db25 commit 80dc817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releases/1.6.txt
Expand Up @@ -762,7 +762,7 @@ Miscellaneous
``{{ obj.view_href }}`` will cause template rendering to fail if ``{{ obj.view_href }}`` will cause template rendering to fail if
``view_href()`` raises ``NoReverseMatch``. There is no change to the ``view_href()`` raises ``NoReverseMatch``. There is no change to the
``{% url %}`` tag, it causes template rendering to fail like always when ``{% 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.test.client.Client.logout` now calls
:meth:`django.contrib.auth.logout` which will send the :meth:`django.contrib.auth.logout` which will send the
Expand Down

0 comments on commit 80dc817

Please sign in to comment.