Commit 34bb6c0c authored by Tim Graham's avatar Tim Graham
Browse files

Refs #24937 -- Forwardport of 1.8.7 release note.

Forwardport of 3ded51bc from stable/1.8.x
parent e171a83b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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`).