mirror of
https://github.com/django/django.git
synced 2025-12-15 21:45:20 +00:00
Fixed #22565 -- Prevented pgettext_lazy crash with bytestring input
Thanks ygbo for the report.
This commit is contained in:
parent
d1799233f4
commit
142c27218a
3 changed files with 21 additions and 5 deletions
|
|
@ -11,3 +11,6 @@ Bugfixes
|
|||
|
||||
* Made the ``year_lookup_bounds_for_datetime_field`` Oracle backend method
|
||||
Python 3 compatible (`#22551 <http://code.djangoproject.com/ticket/22551>`_).
|
||||
|
||||
* Fixed ``pgettext_lazy`` crash when receiving bytestring content on Python 2
|
||||
(`#22565 <http://code.djangoproject.com/ticket/22565>`_).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue