mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite.
Thanks adamchainz for the report and review.
This commit is contained in:
parent
2c4c67af94
commit
d3c87a2425
4 changed files with 9 additions and 2 deletions
|
@ -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`).
|
||||
|
|
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue