Opened 6 years ago
Last modified 3 weeks ago
#29910 assigned Bug
Allow ManyToManyFields that target proxy models with a through table.
Reported by: | Collin Anderson | Owned by: | Anvansh Singh |
---|---|---|---|
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 (last modified by ) ¶
I'm running into an issue with using ManyToManyFields and Proxy models when the through models reference Proxy classes of the original model.
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 (9)
comment:1 by , 6 years ago
Patch needs improvement: | set |
---|---|
Summary: | Fix ManyToManyFields with Proxy models → ManyToManyFields that target proxy models don't return the correct model |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 6 years ago
Patch needs improvement: | unset |
---|
comment:3 by , 6 years ago
Patch needs improvement: | set |
---|
comment:5 by , 6 years ago
Description: | modified (diff) |
---|---|
Summary: | ManyToManyFields that target proxy models don't return the correct model → Allow ManyToManyFields that target proxy models with a through table. |
Clarify title/description a little.
comment:6 by , 6 years ago
Patch needs improvement: | set |
---|
comment:7 by , 6 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:8 by , 6 months ago
Owner: | removed |
---|---|
Status: | assigned → new |
comment:9 by , 3 weeks ago
Owner: | set to |
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
My comment requesting more carefully targeted tests isn't addressed.