Ticket #2379: patch.diff
File patch.diff, 467 bytes (added by , 18 years ago) |
---|
-
query.py
18 18 'exact', 'iexact', 'contains', 'icontains', 19 19 'gt', 'gte', 'lt', 'lte', 'in', 20 20 'startswith', 'istartswith', 'endswith', 'iendswith', 21 'range', 'year', 'month', 'day', 'isnull', 21 'range', 'year', 'month', 'day', 'isnull', 'search' 22 22 ) 23 23 24 24 # Size of each "chunk" for get_iterator calls.