Changes between Initial Version and Version 5 of Ticket #29910
- Timestamp:
- Jan 12, 2019, 1:08:49 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29910
- Property Triage Stage Unreviewed → Accepted
- Property Summary Fix ManyToManyFields with Proxy models → Allow ManyToManyFields that target proxy models with a through table.
-
Ticket #29910 – Description
initial v5 1 I'm running into an issue with using ManyToManyFields and Proxy models . Basically the through models referencesProxy classes of the original model.1 I'm running into an issue with using ManyToManyFields and Proxy models when the through models reference Proxy classes of the original model. 2 2 3 3 https://github.com/django/django/pull/10591