1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00

Corrected the section identifier for MySQL unicode reference.

This commit is contained in:
Matt Lauber 2014-04-21 10:48:33 -04:00 committed by Tim Graham
parent c54e7ec9ca
commit b2514c02e1

View File

@ -17,7 +17,7 @@ data. Normally, this means giving it an encoding of UTF-8 or UTF-16. If you use
a more restrictive encoding -- for example, latin1 (iso8859-1) -- you won't be a more restrictive encoding -- for example, latin1 (iso8859-1) -- you won't be
able to store certain characters in the database, and information will be lost. able to store certain characters in the database, and information will be lost.
* MySQL users, refer to the `MySQL manual`_ (section 9.1.3.2 for MySQL 5.1) * MySQL users, refer to the `MySQL manual`_ (section 10.1.3.2 for MySQL 5.1)
for details on how to set or alter the database character set encoding. for details on how to set or alter the database character set encoding.
* PostgreSQL users, refer to the `PostgreSQL manual`_ (section 22.3.2 in * PostgreSQL users, refer to the `PostgreSQL manual`_ (section 22.3.2 in