Opened 6 years ago

Last modified 3 months ago

#29910 assigned 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
Pull Requests:10591 unmerged

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

According to the ticket's flags, the next step(s) to move this issue forward are:

  • To improve the patch as described in the pull request review comments or on this ticket, then uncheck "Patch needs improvement".
  • If creating a new pull request, include a link to the pull request in the ticket comment when making that update. The usual format is: [https://github.com/django/django/pull/#### PR].

Change History (0)

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