mirror of https://github.com/django/django.git
Added a link to the 1.6 release notes which also fixed a rendering issue.
This commit is contained in:
parent
dfc092622e
commit
4416aa1d3f
|
@ -904,8 +904,8 @@ Miscellaneous
|
||||||
from a method when rendering a template, it is not silenced. For example,
|
from a method when rendering a template, it is not silenced. For example,
|
||||||
``{{ 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
|
:ttag:`{% url %}<url>` tag, it causes template rendering to fail like always
|
||||||
``NoReverseMatch`` is raised.
|
when ``NoReverseMatch`` is raised.
|
||||||
|
|
||||||
* :meth:`django.test.Client.logout` now calls
|
* :meth:`django.test.Client.logout` now calls
|
||||||
:meth:`django.contrib.auth.logout` which will send the
|
:meth:`django.contrib.auth.logout` which will send the
|
||||||
|
|
Loading…
Reference in New Issue