Skip to content

INTPYTHON-355 Remove transaction support #352

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

timgraham
Copy link
Collaborator

MongoDB's best practices for transactions ("use them only when needed") isn't compatible with how Django uses atomic() internally. Instead, a separate atomic() function for use in user code will be provided.

@timgraham timgraham force-pushed the transaction-revert branch 2 times, most recently from bfd3d8a to 7d40e47 Compare July 29, 2025 18:45
@timgraham timgraham changed the title INTPYTHON-355 Revert transaction support INTPYTHON-355 Remove transaction support Jul 29, 2025
MongoDB's best practices for transactions ("use them only when needed")
isn't compatible with how Django uses atomic() internally. Instead, a
separate atomic() function for use in user code will be provided.

This reverts commit 4ca6c90.
@timgraham timgraham force-pushed the transaction-revert branch from 7d40e47 to a682561 Compare July 30, 2025 21:18
@timgraham timgraham requested a review from aclark4life July 30, 2025 21:42
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 this pull request may close these issues.

1 participant