Changes between Initial Version and Version 5 of Ticket #29910


Ignore:
Timestamp:
Jan 12, 2019, 1:08:49 PM (5 years ago)
Author:
Collin Anderson
Comment:

Clarify title/description a little.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29910

    • Property Triage Stage UnreviewedAccepted
    • Property Summary Fix ManyToManyFields with Proxy modelsAllow 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 references Proxy classes of the original model.
     1I'm running into an issue with using ManyToManyFields and Proxy models when the through models reference Proxy classes of the original model.
    22
    33https://github.com/django/django/pull/10591
Back to Top