main
Fixed #35656 -- Added an autodetector attribute to the makemigrations and migrate commands.
Refs #33476 -- Reformatted code with Black.
Fixed #36903 -- Fixed further NameErrors when inspecting functions with deferred annotations.
Fixed #16905 -- Added extensible checks (nee validation) framework
Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Fixed #35233 -- Moved template engine system checks to backend methods.
Fixed #36663 -- Defaulted to running checks against all databases.