1
0
mirror of https://github.com/django/django.git synced 2025-07-05 18:29:11 +00:00

newforms-admin: Merged to [4409]

git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@4410 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-01-24 03:53:04 +00:00
parent 4e1e672298
commit 50fd13ca73

View File

@ -51,7 +51,7 @@ too messy. The choice is yours.
Overview Overview
======== ========
As the ``django.forms`` ("manipulators") system before it, ``django.newforms`` As with the ``django.forms`` ("manipulators") system before it, ``django.newforms``
is intended to handle HTML form display, validation and redisplay. It's what is intended to handle HTML form display, validation and redisplay. It's what
you use if you want to perform server-side validation for an HTML form. you use if you want to perform server-side validation for an HTML form.