summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-11-11 16:58:47 -0500
committerTim Graham <timograham@gmail.com>2015-11-11 16:58:47 -0500
commit34bb6c0cb7b5b7b86390252389cc1b2b037d9ec6 (patch)
tree289c4c4acb095f7250649082efb897bfeda73577 /docs
parente171a83b1516a3a2a393a5300527af1aab21c213 (diff)
Refs #24937 -- Forwardport of 1.8.7 release note.
Forwardport of 3ded51bcf21f384b2e80ce97aff5c12d63e5f0e3 from stable/1.8.x
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.7.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.7.txt b/docs/releases/1.8.7.txt
index ec9f310ad9..f73d53e799 100644
--- a/docs/releases/1.8.7.txt
+++ b/docs/releases/1.8.7.txt
@@ -30,3 +30,7 @@ Bugfixes
* Fixed a regression in 1.8 by making ``gettext()`` once again return UTF-8
bytestrings on Python 2 if the input is a bytestring (:ticket:`25720`).
+
+* Fixed serialization of
+ :class:`~django.contrib.postgres.fields.DateRangeField` and
+ :class:`~django.contrib.postgres.fields.DateTimeRangeField` (:ticket:`24937`).