mirror of
https://github.com/django/django.git
synced 2025-01-12 19:37:06 +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