Merge pull request #1331 from hekevintran/patch-1

fixed grammar
This commit is contained in:
Marc Tamlyn 2013-07-05 02:52:11 -07:00
commit 3e60cc2992
1 changed files with 1 additions and 1 deletions

View File

@ -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