diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-08-12 17:23:01 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-10-28 15:06:57 +0100 |
| commit | 9e746c13e81241fbf1ae64ec118edaa491790046 (patch) | |
| tree | 7f857019bc24176ea419740e545694ce9dbfea1f /docs | |
| parent | ae7cb992bca5d211c9456487feb21b84387006eb (diff) | |
Stopped stripping microseconds with MySQL backend
Refs #19716.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index e5d3282874..b37676008b 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -160,6 +160,14 @@ Cache * The ``incr()`` method of the ``django.core.cache.backends.locmem.LocMemCache`` backend is now thread-safe. +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). + Email ^^^^^ |
