Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: 0f9560855e5ed203b8c911c23237826e28a62a38
https://github.com/django/django/commit/0f9560855e5ed203b8c911c23237826e28a62a38
Author: Aymeric Augustin <
aymeric....@m4x.org>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M django/contrib/contenttypes/fields.py
M django/core/management/commands/createcachetable.py
M django/core/management/commands/flush.py
M django/core/management/commands/loaddata.py
M django/core/management/commands/migrate.py
M django/db/__init__.py
M django/db/backends/__init__.py
M django/db/backends/dummy/base.py
M django/db/backends/postgresql_psycopg2/base.py
M django/db/backends/utils.py
M django/db/models/base.py
M django/db/models/deletion.py
M django/db/models/fields/related.py
M django/db/models/query.py
M django/db/transaction.py
R django/middleware/transaction.py
M django/test/testcases.py
M tests/backends/tests.py
M tests/basic/tests.py
M tests/delete_regress/tests.py
R tests/middleware/models.py
M tests/middleware/tests.py
M tests/requests/tests.py
M tests/select_for_update/tests.py
M tests/serializers/tests.py
M tests/transactions/tests.py
R tests/transactions_regress/__init__.py
R tests/transactions_regress/models.py
R tests/transactions_regress/tests.py
Log Message:
-----------
Removed legacy transaction management per the deprecation timeline.
Commit: 753a22a6352638b7df55176584795ac8c5d4232c
https://github.com/django/django/commit/753a22a6352638b7df55176584795ac8c5d4232c
Author: Aymeric Augustin <
aymeric....@m4x.org>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M django/core/management/commands/createcachetable.py
M django/core/management/commands/flush.py
M tests/cache/tests.py
Log Message:
-----------
Fixed transaction handling in two management commands.
Previously, when createcachetable and flush operated on non-default
databases, they weren't atomic.
Compare:
https://github.com/django/django/compare/907ac646415a...753a22a63526