Opened 6 years ago

Last modified 5 years ago

#29910 new Bug

Fix ManyToManyFields with Proxy models — at Initial Version

Reported by: Collin Anderson Owned by: nobody
Component: Database layer (models, ORM) Version: 2.1
Severity: Normal Keywords:
Cc: cmawebsite@… Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description

I'm running into an issue with using ManyToManyFields and Proxy models. Basically the through models references Proxy classes of the original model.

https://github.com/django/django/pull/10591

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top