diff options
| author | Tim Graham <timograham@gmail.com> | 2014-10-10 15:18:54 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-10 15:18:54 -0400 |
| commit | 9db3653670d85fbd34cd196b6f4964503c88a5c2 (patch) | |
| tree | c03ced09770264f3703a6de39b2d68505e0c5798 /docs/ref/databases.txt | |
| parent | 06b11b617e7d3439bb36b65d1cacd4cc75f36c69 (diff) | |
Fixed #23631 -- Removed outdated note on MySQL timezone support.
Thanks marfire for the report.
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 627412b0e3..689fedcffb 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -493,11 +493,6 @@ for the field. This affects :class:`~django.db.models.CharField`, 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. |
