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 685e9f6 commit 14c0478Copy full SHA for 14c0478
pytest_django/plugin.py
@@ -461,7 +461,7 @@ def _django_db_marker(request) -> None:
461
if marker:
462
transaction, reset_sequences, databases = validate_django_db(marker)
463
464
- # TODO: Use pytest Store (item.store) once that's stable.
+ # TODO: Use pytest Stash (item.stash) once that's stable.
465
request.node._pytest_django_databases = databases
466
467
if reset_sequences:
0 commit comments