Opened 7 years ago
Last modified 11 months 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.
Change History (9)
comment:1 by , 7 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 , 7 years ago
| Patch needs improvement: | unset |
|---|
comment:3 by , 7 years ago
| Patch needs improvement: | set |
|---|
comment:5 by , 7 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 , 7 years ago
| Patch needs improvement: | set |
|---|
comment:7 by , 17 months ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:8 by , 16 months ago
| Owner: | removed |
|---|---|
| Status: | assigned → new |
comment:9 by , 11 months 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.