Fixed #24566 -- Added support for serializing timedelta

Thanks to knbk for the report.
This commit is contained in:
Baptiste Mispelon 2015-04-02 16:49:41 +02:00
parent 0f941f57ba
commit 30a3c2f74c
3 changed files with 9 additions and 1 deletions

View file

@ -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`).