#16115: New hook to allow change objects after all inline formsets have been 
saved
---------------------------------------+-------------------------------
               Reporter:  igors        |          Owner:  igors
                   Type:  New feature  |         Status:  assigned
              Milestone:               |      Component:  contrib.admin
                Version:  SVN          |       Severity:  Normal
             Resolution:               |       Keywords:
           Triage Stage:  Accepted     |      Has patch:  1
    Needs documentation:  1            |    Needs tests:  1
Patch needs improvement:  0            |  Easy pickings:  0
---------------------------------------+-------------------------------

Comment (by igors):

 Thanks for the feedback julien. I agree with you that the method name is
 too long, specially because it has an "and". I'm not very good on giving
 names. What about "save_all", or "save_all_objects"?

 I've added a new patch with tests, there is a unit test mocking external
 calls to make sure it calls the correct methods, and a more high level
 test, to make sure I can do what I want, that is edit all related objects
 on add_view and change_view.

 I'll work on some docs for it later.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16115#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to