diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-04-30 21:52:28 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-05-02 09:19:34 +0200 |
| commit | 9d5c02446e5947fbeb74dda1b6b246fd8268009d (patch) | |
| tree | b018fc6054ff2fc89dda44a968c4544792d62f8b /docs | |
| parent | c187f5f9242b681abaa199173e02066997439425 (diff) | |
Refs #29280 -- Moved release note about transaction_mode to "Database backends" section.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.1.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt index b461524c70..f2a6bccb0c 100644 --- a/docs/releases/5.1.txt +++ b/docs/releases/5.1.txt @@ -182,6 +182,9 @@ Database backends to allow specifying :ref:`pragma options <sqlite-init-command>` to set upon connection. +* ``"transaction_mode"`` option is now supported in :setting:`OPTIONS` on + SQLite to allow specifying the :ref:`sqlite-transaction-behavior`. + * ``"pool"`` option is now supported in :setting:`OPTIONS` on PostgreSQL to allow using :ref:`connection pools <postgresql-pool>`. @@ -278,9 +281,6 @@ Models reload a model's value. This can be used to lock the row before reloading or to select related objects. -* The new ``"transaction_mode"`` option is now supported in :setting:`OPTIONS` - on SQLite to allow specifying the :ref:`sqlite-transaction-behavior`. - Requests and Responses ~~~~~~~~~~~~~~~~~~~~~~ |
