pytest-dev / pytest-django

A Django plugin for pytest.
https://pytest-django.readthedocs.io/
Other
1.37k stars 344 forks source link

Make `pytest.mark.django_db(reset_sequences=True)` imply `transaction=True` again #979

Closed bluetech closed 2 years ago

bluetech commented 2 years ago

Fixes #978.

bluetech commented 2 years ago

Thanks for the review @hramezani!