Skip to content

Transaction state

Luke Benstead requested to merge transaction-state into master

Fixes #1092 (closed) Summary of changes proposed in this Pull Request:

  • Clean up the atomic() and non_atomic() decorators
  • Implement a Transaction object with helpful related methods
  • Add djangae.db.transaction.current_transaction()

PR checklist:

  • Updated relevant documentation
  • Updated CHANGELOG.md
  • Added tests for my change

Merge request reports