main
Added tests for LocaleRegexProvider.
Merged regressiontests and modeltests into the test root.
Refs #33476 -- Reformatted code with Black.
Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.
Fixed E265 comment style
Fixed a remote code execution vulnerabilty in URL reversing.
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
Fixed #28999 -- Documented how to reverse a class-based view by instance.
Refs #9847 -- Added tests for handler403 resolution.