Branch: refs/heads/stable/1.6.x
Home:
https://github.com/django/django
Commit: d2550042894726c5b74a9a2374304b75a4ac30bc
https://github.com/django/django/commit/d2550042894726c5b74a9a2374304b75a4ac30bc
Author: Aymeric Augustin <
aymeric....@m4x.org>
Date: 2013-06-30 (Sun, 30 Jun 2013)
Changed paths:
M tests/fixtures/tests.py
M tests/fixtures_model_package/tests.py
M tests/fixtures_regress/tests.py
M tests/proxy_models/tests.py
Log Message:
-----------
[1.6.x] Stopped calling loaddata with commit=False.
This was a stealth option only used by the tests, and it isn't useful
any more since `atomic` provides nested transactions.
Backport of 2c40681 from master.