summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-08-02 10:27:01 -0400
committerTim Graham <timograham@gmail.com>2014-08-02 10:27:01 -0400
commitfb4f3e04b13681c5ec4cbf37d280ffebc887d620 (patch)
tree9454b59481d72c063c65c67181b393740eed8bb6 /docs/releases
parentde0a22be35bbe6f23d826bcc9aa27756ffe59e8c (diff)
Updated MySQL links to version 5.6.
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 aca396be0a..1d94153707 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -491,7 +491,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: http://dev.mysql.com/doc/refman/5.5/en/mysql-tzinfo-to-sql.html
+.. _mysql_tzinfo_to_sql: http://dev.mysql.com/doc/refman/5.6/en/mysql-tzinfo-to-sql.html
Addition of ``QuerySet.datetimes()``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~