We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df05e93 commit 30a3188Copy full SHA for 30a3188
django_mongodb/features.py
@@ -44,7 +44,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
44
# Regex lookup doesn't work on non-string fields.
45
"lookup.tests.LookupTests.test_regex_non_string",
46
# Substr not implemented.
47
- "lookup.tests.LookupTests.test_pattern_lookups_with_substr"
+ "lookup.tests.LookupTests.test_pattern_lookups_with_substr",
48
# Querying ObjectID with string doesn't work.
49
"lookup.tests.LookupTests.test_lookup_int_as_str",
50
# Regex lookup doesn't work on json fields.
0 commit comments