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 Fixed #15516 -- Updated the ticket life cycle diagram. 2012-12-22 19:01:55 +01:00
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 Fixed #19498 -- refactored auth documentation 2012-12-28 11:06:12 -08:00
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 Add new security-policy documentation. 2012-08-07 16:06:34 -04:00