[UPDATE] Django Orbit v0.6.2 - Critical fix for ATOMIC_REQUESTS
2 views
Skip to first unread message
Hernan Gustavo
unread,
11:09 AM (5 hours ago) 11:09 AM
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hi all,
We've released Django Orbit v0.6.2 to address a critical issue affecting projects with ATOMIC_REQUESTS=True.
Changes:
- Fixed: Verify crash when using `ATOMIC_REQUESTS=True` or the `@transaction.atomic` decorator. The internal wrapper for the new Transaction Watcher was previously incompatible with these patterns.
- Improvement: Enhanced thread safety for nested atomic blocks.
If you enabled the Transaction Watcher (new in v0.6) and experienced crashes, please upgrade immediately: