main
Merged regressiontests and modeltests into the test root.
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
Fixed #32210 -- Fixed model inlines with to_field that has a default.
Fixed #37004 -- Used QuerySet.totally_ordered in BaseModelFormSet.get_queryset() for stable ordering.