mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #19716 -- Added support for microseconds with MySQL 5.6.4 and up
Thanks erik@cederstrand.dk for the report and Tim Graham for the review.
This commit is contained in:
@@ -166,7 +166,9 @@ Database backends
|
||||
* The MySQL backend no longer strips microseconds from ``datetime`` values as
|
||||
MySQL 5.6.4 and up supports fractional seconds depending on the declaration
|
||||
of the datetime field (when ``DATETIME`` includes fractional precision greater
|
||||
than 0).
|
||||
than 0). New datetime database columns created with Django 1.8 and MySQL 5.6.4
|
||||
and up will support microseconds. See the :ref:`MySQL database notes
|
||||
<mysql-fractional-seconds>` for more details.
|
||||
|
||||
Email
|
||||
^^^^^
|
||||
|
||||
Reference in New Issue
Block a user