Django

Code

Show
Ignore:
Timestamp:
12/18/07 21:39:21 (1 year ago)
Author:
adrian
Message:

Added note to docs/form_for_model.txt (from [6844]) explaining this is deprecated in favor of ModelForms?

Files:

Legend:

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

    r6844 r6944  
    11Generating forms for models 
    22=========================== 
     3 
     4.. admonition:: Note 
     5 
     6    The APIs described in this document have been deprecated. If you're 
     7    developing new code, use `ModelForms`_ instead. 
     8 
     9.. _ModelForms: ../modelforms/ 
    310 
    411If you're building a database-driven app, chances are you'll have forms that