Necmettin Begiter wrote: > At the admin page (or my template, whatever), when I select Person as > the source table, SourceIdx / SourceName should be dynamically fetched > from the Person model. If I change it to Phone, this time members of > the Phone model should be listed.
This sounds like a user interface issue, and you shouldn't be trying to solve it by warping the data model to cram all your relationships into one table. That's an extremely bad way to design a relational database. I'd think about having one page where you select which source table you want to work on, that leads to one of a number of other pages, each one tailored for a particular table. -- Greg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---