We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c55a7 commit 30a12d6Copy full SHA for 30a12d6
docs/ref/databases.txt
@@ -374,6 +374,13 @@ because it is more accurate.
374
375
.. _MySQL Unicode Character Sets: http://dev.mysql.com/doc/refman/5.7/en/charset-unicode-sets.html
376
377
+.. warning::
378
+
379
+ Model formsets validate unique fields in a case-sensitive manner. Thus when
380
+ using a case-insensitive collation, a formset with unique field values that
381
+ differ only by case will pass validation, but upon calling ``save()``, an
382
+ ``IntegrityError`` will be raised.
383
384
Connecting to the database
385
--------------------------
386
0 commit comments