mirror of
https://github.com/django/django.git
synced 2024-12-25 02:26:12 +00:00
commit
3f6a1f430a
@ -1,7 +1,7 @@
|
||||
from collections import namedtuple
|
||||
import re
|
||||
|
||||
# Valid query types (a dictionary is used for speedy lookups).
|
||||
# Valid query types (a set is used for speedy lookups).
|
||||
QUERY_TERMS = set([
|
||||
'exact', 'iexact', 'contains', 'icontains', 'gt', 'gte', 'lt', 'lte', 'in',
|
||||
'startswith', 'istartswith', 'endswith', 'iendswith', 'range', 'year',
|
||||
|
Loading…
Reference in New Issue
Block a user