summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc Tamlyn <marc.tamlyn@gmail.com>2015-06-06 13:41:00 +0100
committerMarc Tamlyn <marc.tamlyn@gmail.com>2015-06-06 13:41:00 +0100
commitd58816bd6bf93a878085d35d3ed4609efeb0acfa (patch)
treea5a42e635e677bed9645f0590f75cd72fa57f8f9 /docs
parent3fd754f12df42d173b6e9a93e7c32f8f5be55e7f (diff)
parent8a842148b6deaab021526e2689279cf5e232945f (diff)
Merge pull request #4818 from dracos/24937-ranging-to-victory
Fixed #24937 -- fix serialization of Date(Time)RangeField.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.txt4
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`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^