diff options
| author | Gabriel Hurley <gabehr@gmail.com> | 2011-02-07 23:39:29 +0000 |
|---|---|---|
| committer | Gabriel Hurley <gabehr@gmail.com> | 2011-02-07 23:39:29 +0000 |
| commit | 327d69de7365e200461bd0f8d5f676a97048423b (patch) | |
| tree | cdb95eeaca02b04d8f72a99cf93147dd9eea8022 /docs | |
| parent | 0f50ef12bf795c20486e51785a5ba70a19825735 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/forms/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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:: |
