Changes between Version 12 and Version 13 of NewManipulators
- Timestamp:
- Aug 22, 2006, 10:43:36 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewManipulators
v12 v13 1 1 == New Manipulators == 2 [''This section is a lot of expl ination, to get right to some code scroll down.'']2 [''This section is a lot of explanation, to get right to some code scroll down.''] 3 3 4 4 Although 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: … … 46 46 47 47 == 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].'' 49 49 50 50 == Code ==