On 8/18/06, Matthew Flanagan <[EMAIL PROTECTED]> wrote:
> Why not use the same suffix syntax (or subset thereof) for other
> django queries ie. __istartswith, __iexact, etc, instead of creating a
> new one?

This is a valid point. One small argument in favor of the current
syntax is that search_fields accepts "auto joins," such as
"person__first_name", and allowing the double-underscore lookup types
*might* conflict with that (but possibly not). Something just "feels
right" about the current implementation, anyway -- it's nice and
short. But I really don't feel strongly either way.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to