Django

Code

Show
Ignore:
Timestamp:
06/18/07 11:43:17 (2 years ago)
Author:
bouldersprinters
Message:

boulder-oracle-sprint: Merged to [5490]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/boulder-oracle-sprint/django/newforms/models.py

    r5275 r5491  
    2020    Saves bound Form ``form``'s cleaned_data into model instance ``instance``. 
    2121 
    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``. 
    2524    """ 
    2625    from django.db import models