diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-12-26 03:47:47 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-12-26 03:47:47 +0000 |
| commit | 498c31364c06beea8dc83cc63c0cd006c6b4c625 (patch) | |
| tree | 0ffe47fc666759aca3b0d137093573a9923d93fb /docs/ref/forms | |
| parent | 81f994583c442609fc63c470f33bf8867f10c184 (diff) | |
[1.1.X] Fixed #9465 -- Simplified API Reference documentation titles for easier lookup and made first-level heading styles consistent. Thanks, adamnelson.
Backport of r11990 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11991 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/index.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ref/forms/index.txt b/docs/ref/forms/index.txt index a9e041c2a7..e310863c7a 100644 --- a/docs/ref/forms/index.txt +++ b/docs/ref/forms/index.txt @@ -1,5 +1,6 @@ .. _ref-forms-index: +===== Forms ===== @@ -7,8 +8,8 @@ Detailed form API reference. For introductory material, see :ref:`topics-forms-i .. toctree:: :maxdepth: 1 - + api fields widgets - validation
\ No newline at end of file + validation |
