Changes between Version 6 and Version 7 of Ticket #28135


Ignore:
Timestamp:
Aug 8, 2021, 11:50:29 PM (3 years ago)
Author:
Felix Zhang
Comment:

I have opened a pull request that allows simplify_regex() to handle non-capturing groups and additional tests for them in test_simplify_regex().

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28135

    • Property Has patch set
  • Ticket #28135 – Description

    v6 v7  
    11While using Django REST Framework's Schema generator, I found out they're using `simplify_regex()`; however, current version has a few shortcomings, namely non-capturing groups are broken.
     2
     3I have opened a [https://github.com/django/django/pull/14756 pull request] that allows `simplify_regex()` to handle non-capturing groups and additional tests for them in `test_simplify_regex()`.
Back to Top