Good day, I am a Python and Django newbie, so bear with me if this is a silly question.
Is it possible to use a string (coming from an request object) as a keyword to filter? I keep getting errors, but I don't know how to convert these strings into types that filter will understand. eg. I convert request.GET into a dictionary with keys and values, then iterate over them using the keys as filter keywords (but these come out as strings, and filter throughs an error). Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

