Skip to content

Commit 14c0478

Browse files
committed
Update reference pytest.Store -> pytest.Stash
The name changed. [skip ci]
1 parent 685e9f6 commit 14c0478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_django/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def _django_db_marker(request) -> None:
461461
if marker:
462462
transaction, reset_sequences, databases = validate_django_db(marker)
463463

464-
# TODO: Use pytest Store (item.store) once that's stable.
464+
# TODO: Use pytest Stash (item.stash) once that's stable.
465465
request.node._pytest_django_databases = databases
466466

467467
if reset_sequences:

0 commit comments

Comments
 (0)