From d88753066d7d2c74ac0790cbd62eeeff417bf04a Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 30 Jan 2011 13:35:40 +0000 Subject: [PATCH] [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 --- docs/topics/index.txt | 1 - 1 file changed, 1 deletion(-) 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