mirror of https://github.com/django/django.git
[3.2.x] Fixed typo in docs/ref/databases.txt.
Backport of 66058c5758
from main
This commit is contained in:
parent
9a65e62c93
commit
05e997c404
|
@ -652,9 +652,9 @@ Option MariaDB MySQL
|
||||||
=============== ========= ==========
|
=============== ========= ==========
|
||||||
|
|
||||||
When using ``select_for_update()`` on MySQL, make sure you filter a queryset
|
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
|
against at least a set of fields contained in unique constraints or only
|
||||||
fields covered by indexes. Otherwise, an exclusive write lock will be acquired
|
against fields covered by indexes. Otherwise, an exclusive write lock will be
|
||||||
over the full table for the duration of the transaction.
|
acquired over the full table for the duration of the transaction.
|
||||||
|
|
||||||
Automatic typecasting can cause unexpected results
|
Automatic typecasting can cause unexpected results
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue