Changes between Initial Version and Version 1 of Ticket #26715


Ignore:
Timestamp:
Jun 6, 2016, 6:14:26 PM (8 years ago)
Author:
Evan Heidtmann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26715 – Description

    initial v1  
    33Something like this should reproduce:
    44
    5 ```
     5{{{
    66# models.py
    77class MyModel(models.Model):
     
    2020deferred_m.save()
    2121# (handler should be called, but is not)
    22 ```
     22}}}
    2323
    2424Happy to produce a proper test app/project if needed.
Back to Top