> On 27 avr. 2015, at 16:17, Christopher Adams <[email protected]> > wrote: > > So wrote an > <https://docs.google.com/document/d/1VtSduRYtAIZa4sOFvj_H0f3JfgXxf_vbxQ4RTlFBags/edit?usp=sharing>RFC > > <https://docs.google.com/document/d/1VtSduRYtAIZa4sOFvj_H0f3JfgXxf_vbxQ4RTlFBags/edit?usp=sharing> > and a prototype > <https://github.com/django/django/compare/django:master...adamsc64:modelsignal_sent_after_commit?expand=1> > branch in Django to defer the invocation of certain handlers registered with > Django model signals optionally until after transaction commit. Any thoughts?
Hi Christopher, Thanks for working on this. In addition to what Carl said, have you read https://code.djangoproject.com/ticket/21803 <https://code.djangoproject.com/ticket/21803> and https://code.djangoproject.com/ticket/14051 <https://code.djangoproject.com/ticket/14051>? I think they’re relevant here. -- Aymeric. -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CC456857-820D-45EB-A515-F62007041ABB%40polytechnique.org. For more options, visit https://groups.google.com/d/optout.
