Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#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)

admin_test.zip (5.8 KB ) - added by ElliottM 16 years ago.
Project containing test case

Download all attachments as: .zip

Change History (4)

by ElliottM, 16 years ago

Attachment: admin_test.zip added

Project containing test case

comment:1 by Jacob, 16 years ago

milestone: 1.0 alpha

comment:2 by Gary Wilson, 16 years ago

Resolution: duplicate
Status: newclosed

dup of #2145.

comment:3 by Jacob, 13 years ago

milestone: 1.0 alpha

Milestone 1.0 alpha deleted

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