Opened 7 years ago

Last modified 3 years ago

#28135 closed Cleanup/optimization

simplify_regex() doesn't handle non-capturing groups — at Version 6

Reported by: German M. Bravo Owned by: Felix Zhang
Component: contrib.admindocs Version: 1.11
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description (last modified by Felix Zhang)

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.

Change History (6)

comment:1 by Tim Graham, 7 years ago

Component: Uncategorizedcontrib.admindocs
Has patch: set
Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

comment:2 by Tim Graham, 7 years ago

Patch needs improvement: set

I left comments for improvement on the PR. Please uncheck "Patch needs improvement" after updating.

comment:3 by David Smith, 4 years ago

Easy pickings: set

comment:4 by Rohith P R, 4 years ago

This PR is no longer related to this issue.

Last edited 4 years ago by Rohith P R (previous) (diff)

comment:5 by Rohith P R, 4 years ago

Has patch: unset
Patch needs improvement: unset

comment:6 by Felix Zhang, 3 years ago

Description: modified (diff)
Owner: changed from nobody to Felix Zhang
Status: newassigned
Note: See TracTickets for help on using tickets.
Back to Top