Django

Code

Changeset 8122

Show
Ignore:
Timestamp:
07/27/08 18:23:49 (5 months ago)
Author:
ubernostrum
Message:

Remove a couple mentions of manipulators (which are no longer relevant) from docs/model-api.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/model-api.txt

    r8074 r8122  
    113113      (e.g. ``<input type="text">``, ``<select>``). 
    114114    * The minimal validation requirements, used in Django's admin and in 
    115       manipulators. 
     115      automatically-generated forms. 
    116116 
    117117Here are all available field types: 
     
    642642~~~~~~~~~~~~ 
    643643 
    644 If ``False``, the field will not be editable in the admin or via form 
    645 processing using the object's ``AddManipulator`` or ``ChangeManipulator`` 
    646 classes. Default is ``True``. 
     644If ``False``, the field will not be editable in the admin or via forms 
     645automatically generated from the model class. Default is ``True``. 
    647646 
    648647``help_text``