main
Refs #33476 -- Reformatted code with Black.
Refs #23919 -- Stopped inheriting from object to define new style classes.
Fixed #32314 -- Fixed detection when started non-django modules with "python -m" in autoreloader.
Fixed #32669 -- Fixed detection when started non-django modules which aren't packages with "python -m" in autoreloader.