Changes between Version 12 and Version 13 of NewManipulators


Ignore:
Timestamp:
Aug 22, 2006, 10:43:36 AM (18 years ago)
Author:
Jeff Forcier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewManipulators

    v12 v13  
    11== New Manipulators ==
    2 [''This section is a lot of explination, to get right to some code scroll down.'']
     2[''This section is a lot of explanation, to get right to some code scroll down.'']
    33
    44Although validation aware models are great for database integrity, and should be leveraged within the manipulator system, it is still necessary for manipulators to do most of the work.  There are three main steps to the process of taking post data and updating or creating a model object with that data:
     
    4646
    4747== Comments ==
    48 ''Add wiki-comments here, also note there is a thread on the Django-devel mailing list named "New Manipulators and Validation Aware models."''
     48''Add wiki-comments here, also note there is a thread on the Django-devel mailing list: [http://groups.google.com/group/django-developers/browse_thread/thread/db17e765dfec8bc6/b7c6aa32f77a4a1a New Manipulators and Validation Aware models].''
    4949
    5050== Code ==
Back to Top