• Aymeric Augustin's avatar
    Made transaction.managed a no-op and deprecated it. · 7aacde84
    Aymeric Augustin yazdı
    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.
    7aacde84
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
models.py Loading commit data...
tests.py Loading commit data...