Changes between Version 6 and Version 7 of Ticket #28135
- Timestamp:
- Aug 8, 2021, 11:50:29 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28135
- Property Has patch set
-
Ticket #28135 – Description
v6 v7 1 1 While 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 3 I 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()`.