It seems that what I want to achieve can be done using "choices" as seen here:
http://www.djangoproject.com/documentation/model_api/#choices I think that I will define the three tables I use (reference_data_domains, reference_data_values, reference_data_links) in a model and make a function returning a list of tuples. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

