Changes between Initial Version and Version 4 of Ticket #34881
- Timestamp:
- Sep 28, 2023, 10:23:24 AM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34881
- Property Summary Migration fails with IntegrityError after renaming model with existing m2m relations to self → Model-rename migration fails with IntegrityError if m2m relations to self exist
-
Ticket #34881 – Description
initial v4 63 63 64 64 I would expect this to work without any problems. 65 66 == Notes 67 68 I also tried the same steps with an *implicit* `through` model , i.e. `children = models.ManyToManyField(to='self', blank=True)`. 69 This works without issue.