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 c1c6610 commit c6da98fCopy full SHA for c6da98f
django_mongodb/features.py
@@ -379,8 +379,8 @@ def django_test_expected_failures(self):
379
"timezones.tests.NewDatabaseTests.test_query_datetimes_in_other_timezone",
380
},
381
"QuerySet.distinct() is not supported.": {
382
- # TODO: remove underscore before merge
383
- "lookup.tests.LookupTests._test_lookup_collision_distinct",
+ # TODO: add before merge
+ # "lookup.tests.LookupTests.test_lookup_collision_distinct",
384
"update.tests.AdvancedTests.test_update_all",
385
386
"QuerySet.extra() is not supported.": {
0 commit comments