From 14c082646dabf61a27e7ee13c77682bf5b5c5101 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 30 Jan 2011 13:33:27 +0000 Subject: [PATCH] Fixed #15134 -- Removed a duplicate TOC entry for modelforms docs. Thanks to Aryeh Leib Taurog for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15366 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 1f680a1651..49a03befb1 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 class-based-views generic-views-migration