summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2011-01-30 13:35:40 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2011-01-30 13:35:40 +0000
commitd88753066d7d2c74ac0790cbd62eeeff417bf04a (patch)
tree2049c7cda5157461fbc15fa67c74996b8bfa384f
parentafb8c44cdec8ac5106cf7242eeba2af87bccf72f (diff)
[1.2.X] Fixed #15134 -- Removed a duplicate TOC entry for modelforms docs. Thanks to Aryeh Leib Taurog for the report.
Backport of r15366 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15368 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/topics/index.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/topics/index.txt b/docs/topics/index.txt
index 4c6b7fc685..0f1d407729 100644
--- a/docs/topics/index.txt
+++ b/docs/topics/index.txt
@@ -10,7 +10,6 @@ Introductions to all the key parts of Django you'll need to know:
db/index
http/index
forms/index
- forms/modelforms
templates
generic-views
files