diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt index b461524c70943..f2a6bccb0c4d2 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 ` 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 `. @@ -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 ~~~~~~~~~~~~~~~~~~~~~~