I have a list of objects : ships= [<Ship: Oscar Dyson>, <Ship: Miller Freeman> <Ship: Nancy Foster>,<Ship: Hi Ialakai>]
Each ship object has these attributes with an associated value: name Hi Ialakai abbr WTEY ship Hi Ialakai cruise Dune slug dune-wtey Given a variable containing the name of an attribute in the object (EX: field=cruise) and the value they are searching for (EX: value='Dune'), I want t get the objects with a matching attrtibute and value. (EX: Ship.objects.filter(field=value) How do I do this ? --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---