Refs #24937 -- Forwardport of 1.8.7 release note.
Forwardport of 3ded51bcf2
from stable/1.8.x
This commit is contained in:
parent
e171a83b15
commit
34bb6c0cb7
|
@ -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`).
|
||||
|
|
Loading…
Reference in New Issue