#7822: Creating a OneToOneField with a related model breaks the list_filter
interface in the related model
--------------------------------------------+-------------------------------
 Reporter:  ElliottM                        |       Owner:  nobody    
   Status:  new                             |   Milestone:            
Component:  Admin interface                 |     Version:  SVN       
 Keywords:  admin onetoone o2o list_filter  |       Stage:  Unreviewed
Has_patch:  0                               |  
--------------------------------------------+-------------------------------
 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.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/7822>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to