Re: dynamic query key asignment

2007-01-19 Thread kamil
gracias Jorge --~--~-~--~~~---~--~~ 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]

Re: dynamic query key asignment

2006-12-23 Thread Jorge Gajon
Hi there k1000, On 12/21/06, k1000 <[EMAIL PROTECTED]> wrote: Is there any way to create dynamically key ( 'thiskey_exact' ) in query object. eg: Object.objects.filter(thiskey_exact = 'something') I'll paste here an example from one project I have here: Actividad.objects.filter(nombre_

dynamic query key asignment

2006-12-23 Thread k1000
Is there any way to create dynamically key ( 'thiskey_exact' ) in query object. eg: Object.objects.filter(thiskey_exact = 'something') Thanx. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group