diff options
| author | Tim Graham <timograham@gmail.com> | 2014-01-22 11:03:55 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-01-22 11:04:31 -0500 |
| commit | 4cf556db4850d922ccda4fe9529ea5aa43620b0b (patch) | |
| tree | d29ab5b0ec3e35e244a5f5950c1f82f1d8c67569 | |
| parent | a4c32d70c2bcf9731b6d6ff3370d2260ab4812af (diff) | |
[1.6.x] Added a link to the 1.6 release notes which also fixed a rendering issue.
Backport of 2171341162 from master
| -rw-r--r-- | docs/releases/1.6.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index e3369d7010..9901a2db2a 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.Client.logout` now calls :meth:`django.contrib.auth.logout` which will send the |
