Author: adrian
Date: 2006-12-26 23:14:34 -0600 (Tue, 26 Dec 2006)
New Revision: 4245

Modified:
  django/trunk/docs/newforms.txt
Log:
Negligible change to docs/newforms.txt

Modified: django/trunk/docs/newforms.txt
===================================================================
--- django/trunk/docs/newforms.txt      2006-12-27 05:14:02 UTC (rev 4244)
+++ django/trunk/docs/newforms.txt      2006-12-27 05:14:34 UTC (rev 4245)
@@ -22,7 +22,7 @@
          from django import oldforms as forms # new

    * At an undecided future date, we will move the current ``django.newforms``
- to ``django.forms``. This will be a backwards-incompatible change, and + to ``django.forms``. This will be a backwards-incompatible change, and
      anybody who is still using the old version of ``django.forms`` at that
      time will need to change their import statements, as described in the
      previous bullet.
@@ -282,6 +282,13 @@
``subject``, ``message``, ``sender``, ``cc_myself``. To reorder the HTML
output, just change the order in which those fields are listed in the class.

+Using forms to validate data
+----------------------------
+
+In addition to HTML form display, a ``Form`` class is responsible for
+validating data.
+
+
More coming soon
================

@@ -290,9 +297,6 @@
-- the unit tests for ``django.newforms``. This can give you a good idea of
what's possible.

-Using forms to validate data
-----------------------------
-
Using forms with templates
==========================



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to