> Add utility method get_updated_model() to ModelForm
>
>
I think the problem I have with the name here is that I often think of the 
Model as the class definition and not the instance object that the model 
makes. When I got passing around model classes like a mad django diva, I 
might get confused if I think get_updated_model might return a model class 
instead of an instance.

Could we use something simple like 'update()' and 'commit()' to which save 
would call both?

Martin Owens,

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/614465a2-3dff-428e-97b5-7048fe9b23e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to