#28135: simplify_regex() doesn't handle non-capturing groups
-------------------------------------+-------------------------------------
     Reporter:  German M. Bravo      |                    Owner:  Felix
         Type:                       |  Zhang
  Cleanup/optimization               |                   Status:  assigned
    Component:  contrib.admindocs    |                  Version:  1.11
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  1                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Felix Zhang):

 * has_patch:  0 => 1


Old description:

> 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.

New description:

 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.

 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()`.

--

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28135#comment:7>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.991c9adaaa3a39b1d1b0a91a5cc590e8%40djangoproject.com.

Reply via email to