Eugene Lazutkin wrote: > What was the motivation behind using complex kwargs like (taken from > http://code.djangoproject.com/wiki/RemovingTheMagic): > > pubdate__year=2005 > > fname__contains='n' > name__exact='John' (can be abbreviated to name='John') > and so an? > > Why don't we use something simple, like tuples:
This is strange. Somehow lines in my post got swapped during posting. Originally it was (taken from my Sent folder): =================================== What was the motivation behind using complex kwargs like (taken from http://code.djangoproject.com/wiki/RemovingTheMagic): pubdate__year=2005 name__exact='John' (can be abbreviated to name='John') fname__contains='n' and so an? Why don't we use something simple, like tuples: =================================== Bizarre... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers -~----------~----~----~----~------~----~------~--~---