mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue