1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.8.x] Fixed #24566 -- Added support for serializing timedelta

Thanks to knbk for the report.

Backport of 30a3c2f74c from master.
This commit is contained in:
Baptiste Mispelon
2015-04-02 16:49:41 +02:00
parent e7366ab1f9
commit 09188b5024
3 changed files with 10 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`).