1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/docs/internals
Aymeric Augustin 7aacde84f2 Made transaction.managed a no-op and deprecated it.
enter_transaction_management() was nearly always followed by managed().

In three places it wasn't, but they will all be refactored eventually.
The "forced" keyword argument avoids introducing behavior changes until
then.

This is mostly backwards-compatible, except, of course, for managed
itself. There's a minor difference in _enter_transaction_management:
the top self.transaction_state now contains the new 'managed' state
rather than the previous one. Django doesn't access
self.transaction_state in _enter_transaction_management.
2013-03-11 14:48:53 +01:00
..
_images
contributing Updated docs to reflect new tests layout. 2013-02-26 15:00:16 +01:00
committers.txt Added myself to core developpers 2013-02-01 14:52:27 -05:00
deprecation.txt Made transaction.managed a no-op and deprecated it. 2013-03-11 14:48:53 +01:00
git.txt
howto-release-django.txt Added a Trac-related item to the release checklist. 2013-02-28 10:26:47 +01:00
index.txt Added a draft document explaining how to release Django. 2013-02-23 12:35:38 -06:00
release-process.txt Updated the release process docs to reflect the current practices. 2013-02-25 20:23:26 +01:00
security.txt