diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2015-04-02 16:49:41 +0200 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2015-04-02 17:21:20 +0200 |
| commit | 30a3c2f74c030449d3a8b9f02ab6744874712e54 (patch) | |
| tree | 5dc7c4f20143caccb65dd51095e53a44f0894900 /docs | |
| parent | 0f941f57ba29088e56fcd6639b0b68781d11f837 (diff) | |
Fixed #24566 -- Added support for serializing timedelta
Thanks to knbk for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.1.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.8.1.txt b/docs/releases/1.8.1.txt index c449eab27e..1dff617063 100644 --- a/docs/releases/1.8.1.txt +++ b/docs/releases/1.8.1.txt @@ -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`). |
