From 551d4bb46a3db7afed2d9bab4b27628a0a44b0fc Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 4 Apr 2015 12:22:30 -0700 Subject: [1.8.x] Fixed #24584 -- Fixed microsecond handling with older MySQLdb Backport of 2cf58e80d from master. --- docs/releases/1.8.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.1.txt b/docs/releases/1.8.1.txt index 303a793be2..65d32f190c 100644 --- a/docs/releases/1.8.1.txt +++ b/docs/releases/1.8.1.txt @@ -21,3 +21,7 @@ Bugfixes * Fixed :djadmin:`squashmigrations` command when using :class:`~django.db.migrations.operations.SeparateDatabaseAndState` (:ticket:`24278`). + +* Stripped microseconds from ``datetime`` values when using an older version of + the MySQLdb DB API driver as it does not support fractional seconds + (:ticket:`24584`). -- cgit v1.3