Changes between Version 7 and Version 8 of Ticket #28135
- Timestamp:
- Sep 23, 2021, 1:55:56 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28135 – Description
v7 v8 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()`.