Fix pattern type in DynamicURLResolver.

Review Request #11964 — Created Jan. 21, 2022 and submitted — Latest diff uploaded

Information

Djblets
release-3.x

Reviewers

The new URL pattern types introduced in Django 2.0 involved an API
change to DynamicURLResolver to need to pass in a regex object. This
change updates our resolver to match.

Ran unit tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix pattern type in DynamicURLResolver.
The new URL pattern types introduced in Django 2.0 involved an API change to `DynamicURLResolver` to need to pass in a regex object. This change updates our resolver to match. Testing Done: Ran unit tests.
00c234970244c3d9a8fda77090b43cb65cfe1ccf David Trowbridge
djblets/urls/resolvers.py
Loading...