Fixed #23316 -- Added datetime.time serialization in migrations.

This commit is contained in:
Lee Sanghyuck 2014-08-19 22:23:29 +09:00 committed by Tim Graham
parent ad9ba9d27b
commit 11d9cbe2f4
4 changed files with 7 additions and 1 deletions

View file

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