Ticket #9003: queryset_docs_patch.diff
File queryset_docs_patch.diff, 910 bytes (added by , 16 years ago) |
---|
-
docs/ref/models/querysets.txt
866 866 .. admonition:: MySQL comparisons 867 867 868 868 In MySQL, whether or not ``exact`` comparisons are case-insensitive by 869 default . Thisis controlled by the collation setting on the database869 default is controlled by the collation setting on the database 870 870 tables (this is a database setting, *not* a Django setting). It is 871 possible to configure d youMySQL tables to use case-sensitive comparisons,871 possible to configure your MySQL tables to use case-sensitive comparisons, 872 872 however there are some trade-offs involved. For more information about 873 873 this, see the :ref:`collation section <mysql-collation>` in the 874 874 :ref:`databases <ref-databases>` documentation.