Skip to content

2.0.0

Choose a tag to compare

@wesleykendall wesleykendall released this 27 May 11:41
· 2 commits to main since this release
1b52e22

Api-Break

  • Support deferrable and read-only transactions by @max-muoto in #21.
    • Breaking changes:
      • execute_set_isolation_level was removed in favor of execute_set_transaction_modes.
      • All arguments that aren't present in the Django implementation of transaction.atomic are now keyword-only.