mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Removed DatabaseFeatures.validates_explain_options.
Always True since 6723a26e59.
This commit is contained in:
parent
b54fd0e36e
commit
b8759093d8
2 changed files with 0 additions and 5 deletions
|
|
@ -57,7 +57,6 @@ class ExplainTests(TestCase):
|
|||
f"QuerySet.explain() result is not valid JSON: {e}"
|
||||
)
|
||||
|
||||
@skipUnlessDBFeature("validates_explain_options")
|
||||
def test_unknown_options(self):
|
||||
with self.assertRaisesMessage(ValueError, "Unknown options: TEST, TEST2"):
|
||||
Tag.objects.explain(**{"TEST": 1, "TEST2": 1})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue