Hi,
i wonder if it is possible to change the admin interface of an app
like that:
Imagine i have a model:
class Entries(models.Model):
party = models.ForeignKey('party.Parties')
politician = models.ForeignKey('politician.Politicians')
name = ...
Now i go to the admin interface of Entries and want to add a new
Entry.
Then i select a party for the new entry.
After having that selected i want to reload the form ajax like
and show only the politicians that belong to that specific selected
party.
I hope i could express what i want good enough.
Thanks in Advance for any advices
Sven
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---