From 327d69de7365e200461bd0f8d5f676a97048423b Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Mon, 7 Feb 2011 23:39:29 +0000 Subject: [PATCH] Fixed #15134 -- Placed formset documentation before modelform documentation in the forms topic index to improve the logical flow of information being presented. Thanks to Aryeh Leib Taurog for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15447 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/forms/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt index 23bef19718..f9aa917063 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -396,8 +396,8 @@ This covers the basics, but forms can do a whole lot more: .. toctree:: :maxdepth: 2 - modelforms formsets + modelforms media .. seealso::