django1/django
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
..
bin Advanced pending deprecation warnings. 2012-12-29 21:59:07 +01:00
conf Fixed #16888 -- Added microseconds in localized input formats 2013-03-02 19:04:23 +01:00
contrib Fixed #19171 -- Allowed coordinate transforms with custom SRIDs 2013-03-09 17:46:20 +01:00
core Made transaction.managed a no-op and deprecated it. 2013-03-11 14:48:53 +01:00
db Made transaction.managed a no-op and deprecated it. 2013-03-11 14:48:53 +01:00
dispatch Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
forms Fixed a regression in forms changed_data 2013-03-08 18:19:24 +01:00
http Fixed #20019 -- Ensured HttpRequest.resolver_match always exists. 2013-03-10 23:28:19 +01:00
middleware Made transaction.managed a no-op and deprecated it. 2013-03-11 14:48:53 +01:00
shortcuts Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
template [py3] Always fed hashlib with bytes. 2013-02-27 10:02:07 +01:00
templatetags Fixed #19915 - Made blocktrans tag honor TEMPLATE_STRING_IF_INVALID. 2013-03-03 16:10:11 -03:00
test Made transaction.managed a no-op and deprecated it. 2013-03-11 14:48:53 +01:00
utils Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
views Loaded cycle and firstof from future in built-in templates. Refs #17906. 2013-02-24 15:16:45 +01:00
__init__.py Advanced version identifiers for 1.6 cycle. 2012-10-26 22:01:34 -03:00