summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-10-10 15:18:54 -0400
committerTim Graham <timograham@gmail.com>2014-10-10 15:22:46 -0400
commit643374bcf544dbcd1091539a9f3c832b5440fee2 (patch)
tree2fe821b7d8d018596e698fd4c61370d77ce87b49
parentf58392d8d8b68e2e7777768f39941cd995ce16e4 (diff)
downloaddjango-643374bcf544dbcd1091539a9f3c832b5440fee2.tar.gz
[1.4.x] Fixed #23631 -- Removed outdated note on MySQL timezone support.
Thanks marfire for the report. Backport of 9db3653670 from master
-rw-r--r--docs/ref/databases.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 269197946e..ba797d4438 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -417,11 +417,6 @@ of whether ``unique=True`` is specified or not.
DateTime fields
~~~~~~~~~~~~~~~
-MySQL does not have a timezone-aware column type. If an attempt is made to
-store a timezone-aware ``time`` or ``datetime`` to a
-:class:`~django.db.models.TimeField` or :class:`~django.db.models.DateTimeField`
-respectively, a ``ValueError`` is raised rather than truncating data.
-
MySQL does not store fractions of seconds. Fractions of seconds are truncated
to zero when the time is stored.