summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-01-22 11:03:55 -0500
committerTim Graham <timograham@gmail.com>2014-01-22 11:04:44 -0500
commit4416aa1d3f22e5ac88a628ab52a5d19023b58b26 (patch)
tree6a0bbd2a325f216f6fda1a1ad123a2048ee25846 /docs
parentdfc092622e5e55081f9a76fddea752494c4505ba (diff)
Added a link to the 1.6 release notes which also fixed a rendering issue.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index 5ec5d34202..bbdd81a768 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -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.logout` now calls
:meth:`django.contrib.auth.logout` which will send the