django1/django/core
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
..
cache Fixed #19253 -- Extracted template cache key building logic 2013-02-24 14:32:45 +01:00
files #18899 FileSystemStorage.save should support any file-like objects 2013-02-23 16:40:50 +01:00
handlers Fixed #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
mail Fixed #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
management Made transaction.managed a no-op and deprecated it. 2013-03-11 14:48:53 +01:00
serializers Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
servers Fixed #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
context_processors.py [py3] Made csrf context processor return Unicode 2012-08-13 11:54:21 +02:00
exceptions.py Fixed #3011 -- Added swappable auth.User models. 2012-09-26 18:48:09 +08:00
paginator.py Paginator._get_page hook 2012-11-21 15:19:44 +13:00
signals.py Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster. 2008-08-06 15:32:46 +00:00
signing.py Fixed #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
urlresolvers.py Fixed #18862 -- Honored script prefix in FlatPage.get_absolute_url. 2013-02-24 13:27:13 +01:00
validators.py Fixed errors introduced in 21f333bcef. Refs #17751 2013-02-23 18:43:34 +01:00
wsgi.py Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss. 2011-10-22 04:30:10 +00:00
xheaders.py Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`. 2013-02-05 04:16:07 -05:00