1
0
mirror of https://github.com/django/django.git synced 2025-10-24 14:16:09 +00:00

[5.1.x] Corrected wording in docs/ref/models/constraints.txt.

Backport of 579a1c9996 from main.
This commit is contained in:
Luke Cousins
2025-02-12 14:55:51 +00:00
committed by Sarah Boyce
parent 58eec456a2
commit 391fde9e54

View File

@@ -210,7 +210,7 @@ enforced immediately after every command.
.. admonition:: MySQL, MariaDB, and SQLite.
Deferrable unique constraints are ignored on MySQL, MariaDB, and SQLite as
neither supports them.
they do not support them.
.. warning::