• 
      

    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.

    Commits

    Files