Handle moved url methods.
Review Request #11983 — Created Jan. 22, 2022 and submitted — Latest diff uploaded
A long time ago, Django moved the URL methods from
django.core.urlresolvers
todjango.urls
. This change updates us for
the new import paths.
Ran unit tests.