summaryrefslogtreecommitdiff
path: root/docs/glossary.txt
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2012-06-11 10:34:00 +0200
committerJannis Leidel <jannis@leidel.info>2012-06-11 10:40:23 +0200
commitc4c7fbcc0d9264beb931b45969fc0d8d655c4f83 (patch)
treec24c486f776633f5219771645579f9de7dad3483 /docs/glossary.txt
parent1a10a06b9f510f796beb2ffef39c7885cba2ad67 (diff)
downloaddjango-c4c7fbcc0d9264beb931b45969fc0d8d655c4f83.tar.gz
Fixed #18451 -- Vastly improved class based view documentation.
Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this.
Diffstat (limited to 'docs/glossary.txt')
-rw-r--r--docs/glossary.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/glossary.txt b/docs/glossary.txt
index 4d0f8b99ea..138b5d1cfc 100644
--- a/docs/glossary.txt
+++ b/docs/glossary.txt
@@ -16,7 +16,7 @@ Glossary
A higher-order :term:`view` function that provides an abstract/generic
implementation of a common idiom or pattern found in view development.
- See :doc:`/ref/class-based-views`.
+ See :doc:`/topics/class-based-views/index`.
model
Models store your application's data.