diff options
| author | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-06-05 21:56:00 +0100 |
|---|---|---|
| committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-06-05 22:01:42 +0100 |
| commit | 2926559cce34e48efb4b073721926d737e372dd3 (patch) | |
| tree | 9e82e53286a19c1b4efd10b7cd6834d254071227 /docs | |
| parent | 0a899157836cc4c3d3980ab6a70b2f37bbb7ba97 (diff) | |
Fixed #24937 -- fix serialization of Date(Time)RangeField.
Use the DjangoJSONEncoder so that datetime and date are encoded
appropriately.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 793dcd6a82..c6467d9f65 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -102,6 +102,10 @@ Minor features * Added :class:`~django.contrib.postgres.fields.JSONField`. * Added :doc:`/ref/contrib/postgres/aggregates`. +* Fixed serialization of + :class:`~django.contrib.postgres.fields.DateRangeField` and + :class:`~django.contrib.postgres.fields.DateTimeRangeField`. + :mod:`django.contrib.redirects` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
