mirror of https://github.com/django/django.git
Refs #28174 -- Added 1.11.4 release note for Python 2 runserver autoreload fix.
Forwardport of fc6b90bdb7
from stable/1.11.x
This commit is contained in:
parent
59cad72636
commit
37b2602c89
|
@ -18,3 +18,6 @@ Bugfixes
|
|||
|
||||
* Fixed a regression in pickling of ``LazyObject`` on Python 2 when the wrapped
|
||||
object doesn't have ``__reduce__()`` (:ticket:`28389`).
|
||||
|
||||
* Fixed crash in ``runserver``'s ``autoreload`` with Python 2 on Windows with
|
||||
non-``str`` environment variables (:ticket:`28174`).
|
||||
|
|
Loading…
Reference in New Issue