diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-12-08 05:54:14 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-12-08 05:54:14 +0000 |
| commit | 4e72dc86ff30b2e551b0891ac6dbf23f032a4bf8 (patch) | |
| tree | a095a661aca53e0ceee021d93a2a503783b71c14 /docs | |
| parent | 5f36d9d562a7f78befbb045d529081995ba3097a (diff) | |
Fixed small Unicode error in newforms. Thanks, Honza Král. Refs #3114
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4185 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/newforms.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/newforms.txt b/docs/newforms.txt index f796477a9e..9bfbc75ee7 100644 --- a/docs/newforms.txt +++ b/docs/newforms.txt @@ -62,6 +62,14 @@ The library deals with these concepts: * **Form** -- A collection of fields that knows how to validate itself and display itself as HTML. + + +Using forms with templates +========================== + +Using forms in views +==================== + More coming soon ================ |
