1
0
mirror of https://github.com/django/django.git synced 2025-10-26 23:26:08 +00:00

[1.10.x] Updated links to the current version of MySQL docs.

Backport of 9819676676 from master
This commit is contained in:
Tim Graham
2016-09-30 08:58:59 -04:00
parent ec38aa818c
commit c37e170f7a
9 changed files with 19 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ able to store certain characters in the database, and information will be lost.
* SQLite users, there is nothing you need to do. SQLite always uses UTF-8
for internal encoding.
.. _MySQL manual: https://dev.mysql.com/doc/refman/5.6/en/charset-database.html
.. _MySQL manual: https://dev.mysql.com/doc/refman/en/charset-database.html
.. _PostgreSQL manual: http://www.postgresql.org/docs/current/static/multibyte.html
.. _Oracle manual: https://docs.oracle.com/cd/E11882_01/server.112/e10729/toc.htm
.. _section 2: https://docs.oracle.com/cd/E11882_01/server.112/e10729/ch2charset.htm#NLSPG002