#7822 closed (duplicate)
Creating a OneToOneField with a related model breaks the list_filter interface in the related model
Reported by: | ElliottM | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | admin onetoone o2o list_filter | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This has happened since before the NFA merge. The summary of the ticket pretty much says it all.
If you create a model (let's call it "UserProfile") and give that model a OneToOneField to another model (In this case "User"), the list_display interface will disappear on the User model's change list. If you change the o2o to a foreignkey, the list_filter panel comes back.
An entire project is included (admin_test.zip).
In this case I did User and UserProfile, but it appears to happen with any OneToOnefield.
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | admin_test.zip added |
---|
comment:1 by , 16 years ago
milestone: | → 1.0 alpha |
---|
Note:
See TracTickets
for help on using tickets.
Project containing test case