From 86814209e37aa3377af4ee74cf5542b455504fa5 Mon Sep 17 00:00:00 2001 From: ankiaga Date: Tue, 7 May 2024 10:14:44 +0530 Subject: [PATCH] More changes --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7982489f19..0db8d56191 100644 --- a/README.rst +++ b/README.rst @@ -151,8 +151,8 @@ Django version 3.2 and earlier did not support transactions in autocommit mode w You can enable transactions in autocommit mode with Spanner with the `ALLOW_TRANSACTIONS_IN_AUTO_COMMIT` configuration option. - - To enable transactions in autocommit mode in V3.2, set the flag `ALLOW_TRANSACTIONS_IN_AUTO_COMMIT` to True in your settings.py file. - - To disable transactions in autocommit mode in V4.2, set the flag `ALLOW_TRANSACTIONS_IN_AUTO_COMMIT` to False in your settings.py file. +- To enable transactions in autocommit mode in V3.2, set the flag `ALLOW_TRANSACTIONS_IN_AUTO_COMMIT` to True in your settings.py file. +- To disable transactions in autocommit mode in V4.2, set the flag `ALLOW_TRANSACTIONS_IN_AUTO_COMMIT` to False in your settings.py file. Set credentials and project environment variables