#31957: ModelAdmin method save_form not documented but being called multiple 
times
-------------------------------+--------------------------------------
     Reporter:  Ivan Gonzalez  |                    Owner:  nobody
         Type:  Bug            |                   Status:  closed
    Component:  contrib.admin  |                  Version:  3.1
     Severity:  Normal         |               Resolution:  invalid
     Keywords:                 |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------
Changes (by felixxm):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 `ModelAdmin.save_model()` calls `form.save(commit=False)` that doesn't
 call `save()` on instance so it will not trigger the `post_save` signal. I
 don't see any issue in the current flow.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/31957#comment:4>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.13330308aaaa26200a461c054bb741ac%40djangoproject.com.

Reply via email to