summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-09-30 08:58:59 -0400
committerTim Graham <timograham@gmail.com>2016-09-30 09:14:17 -0400
commit98196766769c2ed8816772b60a2e8b79028963a2 (patch)
tree204da966984c1825a8972cbae051d0d317a50233 /docs/releases
parentbceade84a7337b1f27c3bf7ec158051128f3324b (diff)
Updated links to the current version of MySQL docs.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.6.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index 95e98bc700..1be016e336 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -484,7 +484,7 @@ pytz_. If you're using MySQL, you must install pytz_ and load the time zone
tables with `mysql_tzinfo_to_sql`_.
.. _pytz: http://pytz.sourceforge.net/
-.. _mysql_tzinfo_to_sql: https://dev.mysql.com/doc/refman/5.6/en/mysql-tzinfo-to-sql.html
+.. _mysql_tzinfo_to_sql: https://dev.mysql.com/doc/refman/en/mysql-tzinfo-to-sql.html
Addition of ``QuerySet.datetimes()``
------------------------------------