Refs #24937 -- Forwardport of 1.8.7 release note.

Forwardport of 3ded51bcf2 from stable/1.8.x
This commit is contained in:
Tim Graham 2015-11-11 16:58:47 -05:00
parent e171a83b15
commit 34bb6c0cb7
1 changed files with 4 additions and 0 deletions

View File

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