diff options
| author | Jannis Leidel <jannis@leidel.info> | 2012-06-11 10:34:00 +0200 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2012-06-11 10:40:23 +0200 |
| commit | c4c7fbcc0d9264beb931b45969fc0d8d655c4f83 (patch) | |
| tree | c24c486f776633f5219771645579f9de7dad3483 /docs/topics/forms | |
| parent | 1a10a06b9f510f796beb2ffef39c7885cba2ad67 (diff) | |
Fixed #18451 -- Vastly improved class based view documentation.
Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this.
Diffstat (limited to 'docs/topics/forms')
| -rw-r--r-- | docs/topics/forms/index.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt index ff0665b13a..b843107871 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -82,6 +82,8 @@ If your form is going to be used to directly add or edit a Django model, you can use a :doc:`ModelForm </topics/forms/modelforms>` to avoid duplicating your model description. +.. _using-a-form-in-a-view: + Using a form in a view ---------------------- |
