Changes between Version 2 and Version 3 of Ticket #24424, comment 23


Ignore:
Timestamp:
04/15/15 01:18:28 (8 years ago)
Author:
Jay Wineinger
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24424, comment 23

    v2 v3  
    1 The case below is nearly exactly the same one I ran into.
     1The case below is nearly exactly the same one I ran into. But more generally, I think any model that only has relation fields will have this problem when deleted due to the way `generate_deleted_models` works in the auto-detector.
    22
    33{{{#!python
Back to Top