Opened 6 years ago
Last modified 4 months ago
#29910 new Bug
Allow ManyToManyFields that target proxy models with a through table.
Reported by: | Collin Anderson | Owned by: | |
---|---|---|---|
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.
Change History (8)
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 , 4 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:8 by , 4 months ago
Owner: | removed |
---|---|
Status: | assigned → new |
Note:
See TracTickets
for help on using tickets.
My comment requesting more carefully targeted tests isn't addressed.