mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #24566 -- Added support for serializing timedelta
Thanks to knbk for the report.
This commit is contained in:
parent
0f941f57ba
commit
30a3c2f74c
3 changed files with 9 additions and 1 deletions
|
@ -9,4 +9,5 @@ Django 1.8.1 fixes several bugs in 1.8.
|
|||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Added support for serializing :class:`~datetime.timedelta` objects in
|
||||
migrations (:ticket:`24566`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue