Django

Code

Changeset 4245

Show
Ignore:
Timestamp:
12/26/06 23:14:34 (2 years ago)
Author:
adrian
Message:

Negligible change to docs/newforms.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/newforms.txt

    r4209 r4245  
    2323 
    2424    * At an undecided future date, we will move the current ``django.newforms`` 
    25       to ``django.forms``. This will be a backwards-incompatible change, and  
     25      to ``django.forms``. This will be a backwards-incompatible change, and 
    2626      anybody who is still using the old version of ``django.forms`` at that 
    2727      time will need to change their import statements, as described in the 
     
    283283output, just change the order in which those fields are listed in the class. 
    284284 
     285Using forms to validate data 
     286---------------------------- 
     287 
     288In addition to HTML form display, a ``Form`` class is responsible for 
     289validating data. 
     290 
     291 
    285292More coming soon 
    286293================ 
     
    291298what's possible. 
    292299 
    293 Using forms to validate data 
    294 ---------------------------- 
    295  
    296300Using forms with templates 
    297301==========================