Daniel, > If you want a field that's populated with values from another model, > you should use a ForeignKey. Is it then still possible to use filters and such, and keep it in the model logic?
Because the Meta model has these fields: 'attribute', 'value', 'display', 'description' And it's more like a lookup then a real relation between the models Order and Meta. > Also, it's not a good idea to use Meta as the name of a model - that's > bound to get confused with the inner Meta class which defines model > meta-attributes like ordering. Thanx for the tip. I already saw this one coming ... ;-) Regards, Gerard. > > -- > DR. > > -- urls = { 'fun': 'www.zonderbroodje.nl', 'tech': 'www.gp-net.nl' } --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---