1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.6.x] Fixed #17638 -- Added crosslinks between topic and reference guides.

Thanks oinopion for the suggestion and jarus for the initial patch.

Backport of 054bdfeff1 from master
This commit is contained in:
Duane Hilton
2014-09-27 16:12:34 -06:00
committed by Tim Graham
parent 9beca95eb0
commit 8c0851051d
9 changed files with 33 additions and 7 deletions

View File

@@ -688,3 +688,9 @@ access to the humanize template tags and filters. The child template is
responsible for its own ``{% load humanize %}``.
This is a feature for the sake of maintainability and sanity.
.. seealso::
:doc:`The Templates Reference </ref/templates/index>`
Covers built-in tags, built-in filters, using an alternative template,
language, and more.