1
0
mirror of https://github.com/django/django.git synced 2025-03-13 02:40:47 +00:00

[1.6.x] Added a link to the 1.6 release notes which also fixed a rendering issue.

Backport of 2171341162 from master
This commit is contained in:
Tim Graham 2014-01-22 11:03:55 -05:00
parent a4c32d70c2
commit 4cf556db48

View File

@ -904,8 +904,8 @@ Miscellaneous
from a method when rendering a template, it is not silenced. For example,
``{{ 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 raised.
:ttag:`{% url %}<url>` tag, it causes template rendering to fail like always
when ``NoReverseMatch`` is raised.
* :meth:`django.test.client.Client.logout` now calls
:meth:`django.contrib.auth.logout` which will send the