Hi, With Django >= 1.6, changeform_view is wrapped in atomic(), this broke my application where the model's save() has couple of triggers (I'm in Postgresql) and a raw query in a post_save signal, the error is the infamous "cannot alter table because of pending triggers...".
This is what I'm referring to: https://github.com/django/django/blob/master/django/contrib/admin/options.py#L1325 I've done a quick and dirty patch on my app's admin.py overriding changeform_view and this works fine but, in a perfect world, this atomic() behavior in the admin change view should be configurable in the settings, is there any chance to get this in the core if I file a ticket and provide a patch? -- Alessandro Pasotti w3: www.itopen.it -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAL5Q6703U-f6Bx88n%3DuzOJ3gEKk-S%3DMEueMpHNSmXF6re9yddg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.