bradleyayers / django-celery-transactions

Django transaction support for Celery tasks.
Other
195 stars 56 forks source link

Fix regression for django.db.transaction.managed() #6

Open nicolas-DH opened 11 years ago

nicolas-DH commented 11 years ago

Hi, My last changes brought a regression in transaction.managed(), that I want to fix. I added a test to make sure it won't happen again.

Thanks

Nicolas