main
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Refs #33476 -- Reformatted code with Black.
Fixed #36796 -- Handled lazy routes correctly in RoutePattern.match().
Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.
Refs #35090 -- Fixed urlpatterns.tests.SimplifiedURLTests when run in reverse.
Removed default empty content argument from HttpResponse calls.