diff options
| author | Lee Sanghyuck <shlee322@elab.kr> | 2014-08-19 22:23:29 +0900 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-19 13:31:46 -0400 |
| commit | 11d9cbe2f46583716aed4859f180a973bf2d5cf4 (patch) | |
| tree | 2e43d79ccd298f33026712956aba58c24d56f117 /docs | |
| parent | ad9ba9d27bc1ea441246c9e8803df41ca6b4a913 (diff) | |
Fixed #23316 -- Added datetime.time serialization in migrations.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/migrations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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``) |
