See notes for changes to transaction management in 1.6:
Before Django 1.6, autocommit was turned off, and it was emulated by forcing a commit after write operations in the ORM.
With this change, UPDATE operations are no longer applied as no explicit COMMIT is issued.
See notes for changes to transaction management in 1.6:
With this change, UPDATE operations are no longer applied as no explicit COMMIT is issued.