|
@@ -22,12 +22,13 @@ NET_TERMS = {
|
|
'contains_or_equals': '>>=',
|
|
'contains_or_equals': '>>=',
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
NET_MAPPING = {
|
|
NET_MAPPING = {
|
|
'iexact': 'exact',
|
|
'iexact': 'exact',
|
|
'icontains': 'contains',
|
|
'icontains': 'contains',
|
|
'istartswith': 'startswith',
|
|
'istartswith': 'startswith',
|
|
'iendswith': 'endswith',
|
|
'iendswith': 'endswith',
|
|
- 'iregex': 'regexp',
|
|
+ 'iregex': 'regex',
|
|
}
|
|
}
|
|
|
|
|
|
class NetQuery(sql.Query):
|
|
class NetQuery(sql.Query):
|