Django

Code

Show
Ignore:
Timestamp:
07/21/08 11:38:54 (4 months ago)
Author:
gwilson
Message:

Refs #7864 -- Updates to documentation for the oldforms/newforms switch.

  • Moved forms.txt to oldforms.txt
  • Moved newforms.txt to forms.txt
  • Updated links and most references to "newforms" (there are a few sections that need a more significant rewrite).
Files:

Legend:

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

    r7294 r8020  
    116116.. _transactions: ../transactions/ 
    117117.. _url dispatch: ../url_dispatch/ 
    118 .. _forms and validation: ../forms/ 
     118.. _forms and validation: ../oldforms/ 
    119119.. _serialization: ../serialization/ 
    120120.. _authentication: ../authentication/