So in Django 1.6, commit_manually() is deprecated and then removed in 
Django 1.8.

I'm not sure I totally get the change to require everyone use atomic(), and 
I'm not sure it is clear yet what changes I'll need to make to make to 
convert the code to use atomic.  

It does appear instead of doing plain commits() you'll be doing transaction 
savepoint commits and rollbacks.


-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" 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 http://groups.google.com/group/django-developers?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to