Changeset 5491 for django/branches/boulder-oracle-sprint/django/newforms
- Timestamp:
- 06/18/07 11:43:17 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/boulder-oracle-sprint/django/newforms/models.py
r5275 r5491 20 20 Saves bound Form ``form``'s cleaned_data into model instance ``instance``. 21 21 22 Assumes ``form`` has a field for every non-AutoField database field in 23 ``instance``. If commit=True, then the changes to ``instance`` will be 24 saved to the database. Returns ``instance``. 22 If commit=True, then the changes to ``instance`` will be saved to the 23 database. Returns ``instance``. 25 24 """ 26 25 from django.db import models
