Made a small improvement to the first overview paragraph in docs/newforms.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4508 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
26058b98a6
commit
6ab41bef13
|
@ -51,9 +51,10 @@ too messy. The choice is yours.
|
||||||
Overview
|
Overview
|
||||||
========
|
========
|
||||||
|
|
||||||
As with the ``django.forms`` ("manipulators") system before it, ``django.newforms``
|
As with the ``django.forms`` ("manipulators") system before it,
|
||||||
is intended to handle HTML form display, validation and redisplay. It's what
|
``django.newforms`` is intended to handle HTML form display, data processing
|
||||||
you use if you want to perform server-side validation for an HTML form.
|
(validation) and redisplay. It's what you use if you want to perform
|
||||||
|
server-side validation for an HTML form.
|
||||||
|
|
||||||
For example, if your Web site has a contact form that visitors can use to
|
For example, if your Web site has a contact form that visitors can use to
|
||||||
send you e-mail, you'd use this library to implement the display of the HTML
|
send you e-mail, you'd use this library to implement the display of the HTML
|
||||||
|
|
Loading…
Reference in New Issue