Changes between Initial Version and Version 4 of Ticket #34881


Ignore:
Timestamp:
Sep 28, 2023, 10:23:24 AM (8 months ago)
Author:
dennisvang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34881

    • Property Summary Migration fails with IntegrityError after renaming model with existing m2m relations to selfModel-rename migration fails with IntegrityError if m2m relations to self exist
  • Ticket #34881 – Description

    initial v4  
    6363
    6464I would expect this to work without any problems.
     65
     66== Notes
     67
     68I also tried the same steps with an *implicit* `through` model , i.e. `children = models.ManyToManyField(to='self', blank=True)`.
     69This works without issue.
Back to Top