I have to make a parent relation between two people (brother/sister, father/mother, etc) in my projec. I have a Person class and a child class named Firefighter. What I need it's to indicate the parent relation between the selected Firefighter and the selected Person, for that I have two dropdown in my Django Admin.
The trouble it's because Firefighter class is a child of Person class so the Firefighter item are in the two dropdowns and it shouldn't How can I exclude the selected Firefighter item from Person's dropdown ?? Best regards!! Rafael E. Ferrero -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJJc_8WZZJRS361vyiebye-An%3DyZo2Jeb2Y60rJvnU78vnaq3Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

