From 6e5e2b0e28707d1a2cb5d7fafaba2e07bd81bdb2 Mon Sep 17 00:00:00 2001 From: Lee Sanghyuck Date: Tue, 19 Aug 2014 22:23:29 +0900 Subject: [1.7.x] Fixed #23316 -- Added datetime.time serialization in migrations. Backport of 11d9cbe2f4 from master --- docs/topics/migrations.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt index ec462ea0fa..0aad1a5064 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -524,7 +524,7 @@ Django can serialize the following: - ``int``, ``long``, ``float``, ``bool``, ``str``, ``unicode``, ``bytes``, ``None`` - ``list``, ``set``, ``tuple``, ``dict`` -- ``datetime.date`` and ``datetime.datetime`` instances +- ``datetime.date``, ``datetime.time``, and ``datetime.datetime`` instances - ``decimal.Decimal`` instances - Any Django field - Any function or method reference (e.g. ``datetime.datetime.today``) -- cgit v1.3