Changes between Initial Version and Version 4 of Ticket #32660


Ignore:
Timestamp:
Apr 18, 2021, 4:52:27 AM (3 years ago)
Author:
kr
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32660

    • Property Owner changed from nobody to exec-life
    • Property Status newassigned
  • Ticket #32660 – Description

    initial v4  
    1 I have three models whereas one has a custom __init__ method:
     1I have three models whereas one has a custom `__init__()` method:
    22
    33
     
    2525
    2626Creating a Foo object and a corresponding Bar object (via the admin interface) works fine.
    27 **However, when I delete the Foo object, this results in an endless loop of the __init__ method.**
     27**However, when I delete the Foo object, this results in an endless loop of the `__init__()` method.**
    2828
    2929If I rewrite the models slightly as
Back to Top