See notes for [changes to transaction management in 1.6](https://docs.djangoproject.com/en/1.7/topics/db/transactions/#why-django-uses-autocommit): > 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.