2.0.0
Api-Break
- Support deferrable and read-only transactions by @max-muoto in #21.
- Breaking changes:
execute_set_isolation_levelwas removed in favor ofexecute_set_transaction_modes.- All arguments that aren't present in the Django implementation of
transaction.atomicare now keyword-only.
- Breaking changes: