summaryrefslogtreecommitdiff
path: root/docs/ref/templates
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2010-11-07 09:21:55 +0000
committerGabriel Hurley <gabehr@gmail.com>2010-11-07 09:21:55 +0000
commit682f4cf9ed644492bad96bc6d2549cb2fe3d335f (patch)
tree672708dbb9af332735bade1a9c38c8e5ac3eaa19 /docs/ref/templates
parent7f2b36050ee0c9e939d88f9ce368d1ccc2f67266 (diff)
Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs and into their own reference section, and significantly improved the documentation of what admindocs can do. Thanks to jabapyth for the report, and whiteinge for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14484 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/templates')
-rw-r--r--docs/ref/templates/builtins.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 9839fc7d5c..0d66b5115b 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -3,8 +3,8 @@ Built-in template tags and filters
==================================
This document describes Django's built-in template tags and filters. It is
-recommended that you use the :ref:`automatic documentation
-<template-built-in-reference>`, if available, as this will also include
+recommended that you use the :doc:`automatic documentation
+</ref/contrib/admin/admindocs>`, if available, as this will also include
documentation for any custom tags or filters installed.
.. _ref-templates-builtins-tags: