Skip to content

Commit

Permalink
Refs #29280 -- Moved release note about transaction_mode to "Database…
Browse files Browse the repository at this point in the history
… backends" section.
  • Loading branch information
felixxm authored and sarahboyce committed May 2, 2024
1 parent c187f5f commit 9d5c024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/releases/5.1.txt
Expand Up @@ -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>`.

Expand Down Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 9d5c024

Please sign in to comment.