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 65d78f6 commit 6ae3c77Copy full SHA for 6ae3c77
django_mongodb/features.py
@@ -266,6 +266,7 @@ def django_test_expected_failures(self):
266
"datetimes.tests.DateTimesTests.test_datetimes_has_lazy_iterator",
267
"datetimes.tests.DateTimesTests.test_datetimes_returns_available_dates_for_given_scope_and_given_field",
268
"datetimes.tests.DateTimesTests.test_related_model_traverse",
269
+ "model_inheritance_regress.tests.ModelInheritanceTest.test_issue_7105",
270
"queries.tests.Queries1Tests.test_ticket7155",
271
"queries.tests.Queries1Tests.test_tickets_7087_12242",
272
"timezones.tests.LegacyDatabaseTests.test_query_datetimes",
0 commit comments