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 648e1b6 commit d3f3d44Copy full SHA for d3f3d44
tests/test_fixtures.py
@@ -373,7 +373,7 @@ def test_settings_restored(self) -> None:
373
assert settings.ALLOWED_HOSTS == ["testserver"]
374
375
def test_transactions(self, live_server) -> None:
376
- if not connection.features.support_transactions:
+ if not connection.features.supports_transactions:
377
pytest.skip("transactions required for this test")
378
379
assert not connection.in_atomic_block
0 commit comments