Hi guys,

Currently i'm debugging our server problem, reaching down to the Django 
code. 

In django/db/transaction.py:267

I found `connection.set_autocommit(True)` statement if the connection is 
not in atomic block. 

Anyone who can explain me why it's setting auto_commit to True especially 
in __exit__ function and finally block?


-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/a7b0c60d-2911-4e59-b02f-f8fca9af2263%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to