Changes between Version 4 and Version 5 of Ticket #34881
- Timestamp:
- Sep 28, 2023, 10:24:54 AM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34881 – Description
v4 v5 66 66 == Notes 67 67 68 I also tried the same steps with an *implicit*`through` model , i.e. `children = models.ManyToManyField(to='self', blank=True)`.68 I also tried the same steps with an ''implicit'' `through` model , i.e. `children = models.ManyToManyField(to='self', blank=True)`. 69 69 This works without issue.