From d3c87a2425b30400c3e6ea76585a9a537b6d0386 Mon Sep 17 00:00:00 2001 From: Lukasz Wiecek Date: Wed, 13 Apr 2016 17:31:31 +0100 Subject: Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite. Thanks adamchainz for the report and review. --- docs/releases/1.8.13.txt | 3 ++- docs/releases/1.9.6.txt | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/1.8.13.txt b/docs/releases/1.8.13.txt index b1a3dd0c20..f725c37f99 100644 --- a/docs/releases/1.8.13.txt +++ b/docs/releases/1.8.13.txt @@ -9,4 +9,5 @@ Django 1.8.13 fixes several bugs in 1.8.12. Bugfixes ======== -* ... +* Fixed ``TimeField`` microseconds round-tripping on MySQL and SQLite + (:ticket:`26498`). diff --git a/docs/releases/1.9.6.txt b/docs/releases/1.9.6.txt index bf2e61a5c1..c22e99f48e 100644 --- a/docs/releases/1.9.6.txt +++ b/docs/releases/1.9.6.txt @@ -12,3 +12,6 @@ Bugfixes * Added support for relative path redirects to ``SimpleTestCase.assertRedirects()`` because Django 1.9 no longer converts redirects to absolute URIs (:ticket:`26428`). + +* Fixed ``TimeField`` microseconds round-tripping on MySQL and SQLite + (:ticket:`26498`). -- cgit v1.3