Fix pattern type in DynamicURLResolver.

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

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.

Summary ID
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
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (0c22691)
Loading...