summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2021-06-23 21:35:15 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-07-19 06:34:01 +0200
commit05e997c40490776b6c0e13806800d6b125e53107 (patch)
tree49715ad5a77143939ce0e1ac6e9087000376d9af /docs
parent9a65e62c930db1eb0e5e1e4433d0a3caf03def21 (diff)
[3.2.x] Fixed typo in docs/ref/databases.txt.
Backport of 66058c575887ba958a407e276cadb7a7b05c7767 from main
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/databases.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index e1b4991920..339e17c42c 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -652,9 +652,9 @@ Option MariaDB MySQL
=============== ========= ==========
When using ``select_for_update()`` on MySQL, make sure you filter a queryset
-against at least set of fields contained in unique constraints or only against
-fields covered by indexes. Otherwise, an exclusive write lock will be acquired
-over the full table for the duration of the transaction.
+against at least a set of fields contained in unique constraints or only
+against fields covered by indexes. Otherwise, an exclusive write lock will be
+acquired over the full table for the duration of the transaction.
Automatic typecasting can cause unexpected results
--------------------------------------------------