Hi,
I have been trying to figure this out for a few hours, but could not find anything. Is there a way that given a model (returned by django.db.models.get_models), to figure out if that model has a ForeingKey field to another model? I have a Category model, that other models can have a foreign key to it. In one of the views you can either pass a category to look for or pass nothing, in which case it should return all the items that can be Categorized (i.e. their model class has a foreign key to Category) even if the item itself does not have a category assigned. So I am trying to get all the content_types that can be categorized and then return all the items for these types. Any insight would be greatly appreciated. -- Thanks, Medhat --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---