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: *`pip install --upgrade django-orbit` *Thanks to ctrldaviddee <https://github.com/ctrldaviddee> and StevenMapes <https://github.com/StevenMapes> for the report! Safe coding!
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/django-users/c3717a8e-802e-4221-b6f7-178d5e37fa31n%40googlegroups.com.

