Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database transactions should be explicitly handled by the runner #37

Open
swrichards opened this issue Dec 18, 2024 · 0 comments · May be fixed by #38
Open

Database transactions should be explicitly handled by the runner #37

swrichards opened this issue Dec 18, 2024 · 0 comments · May be fixed by #38

Comments

@swrichards
Copy link
Contributor

Currently, only the management command is wrapped in a transaction block, which works fine for the common usage pattern, but does not transfer to e.g. testing contexts and generally leaves a bit of ambiguity around transactions. This should be explicitly handled in the runner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant