From 4e72dc86ff30b2e551b0891ac6dbf23f032a4bf8 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 8 Dec 2006 05:54:14 +0000 Subject: Fixed small Unicode error in newforms. Thanks, Honza Král. Refs #3114 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://code.djangoproject.com/svn/django/trunk@4185 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/newforms.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/newforms.txt') 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 ================ -- cgit v1.3