From 2cf58e80d1be46ae95f77c95fe014921742295dd Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 4 Apr 2015 12:22:30 -0700 Subject: Fixed #24584 -- Fixed microsecond handling with older MySQLdb --- 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