django1/django/core/management
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
..
commands Made transaction.managed a no-op and deprecated it. 2013-03-11 14:48:53 +01:00
__init__.py Revert "Fixed #19724 -- Output error when settings are improperly configured" 2013-02-04 12:15:22 +01:00
base.py Fixed #19923 -- Display tracebacks for non-CommandError exceptions 2013-03-09 12:38:45 +01:00
color.py Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for paying attention to every commit I make :-) 2010-02-03 00:34:49 +00:00
sql.py Add sqldropindexes to manage 2013-02-24 12:38:28 +01:00
templates.py Move management helper function to new utils module. 2013-02-26 22:07:22 -03:00
utils.py Made (make|compile)messages check for availability of gettext commands. 2013-03-10 17:31:11 -03:00
validation.py Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom User models. 2013-02-15 09:00:55 +08:00