Handle moved url methods.

Review Request #11983 — Created Jan. 22, 2022 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

A long time ago, Django moved the URL methods from
django.core.urlresolvers to django.urls. This change updates us for
the new import paths.

Ran unit tests.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Handle moved url methods.
A long time ago, Django moved the URL methods from `django.core.urlresolvers` to `django.urls`. This change updates us for the new import paths. Testing Done: Ran unit tests.
0bc6246f0060ab5bdfa69da92f7eb96585ad7e80 David Trowbridge
Handle moved url methods.
A long time ago, Django moved the URL methods from `django.core.urlresolvers` to `django.urls`. This change updates us for the new import paths. Testing Done: Ran unit tests.
6656002fb5ee369a44a7ca14a5d313c624fe7a77 David Trowbridge
reviewboard/accounts/views.py
reviewboard/admin/templatetags/rbadmintags.py
reviewboard/notifications/tests/test_email_sending.py
reviewboard/reviews/builtin_fields.py
Loading...