mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #32783 -- Fixed crash of autoreloader when __main__ module doesn't have __spec__ attribute.
Regression in ec6d2531c5.
Thanks JonathanNickelson for the report.
This commit is contained in:
@@ -25,3 +25,6 @@ Bugfixes
|
||||
|
||||
* Fixed a bug in Django 3.2 that would trigger the auto-reloader for template
|
||||
changes when directory paths were specified with strings (:ticket:`32744`).
|
||||
|
||||
* Fixed a regression in Django 3.2 that caused a crash of auto-reloader with
|
||||
``AttributeError``, e.g. inside a ``Conda`` environment (:ticket:`32783`).
|
||||
|
||||
Reference in New Issue
Block a user