Skip to content

Remove unnecessary overrides in EndpointEnumerator #468

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

kevin-brown
Copy link

These were needed in DRF 3.7.x, where a bug existed in the handling of regular expressions within paths, but it has since been fixed in DRF. As a result, these overrides should not actually be needed and tests continue to pass after they have been removed.

These were needed in DRF 3.7.x, where a bug existed in the handling
of regular expressions within paths, but it has since been fixed in
DRF. As a result, these overrides should not actually be needed and
tests continue to pass after they have been removed.
@kevin-brown kevin-brown force-pushed the GH-461-clean-endpoint-enumerator branch from 30b0dd7 to 8a72551 Compare December 4, 2019 00:35
@JoelLefkowitz JoelLefkowitz changed the base branch from master to 1.21.x July 17, 2022 17:20
@JoelLefkowitz JoelLefkowitz added 1.21.x Release target in 1.21.x enhancement labels Jul 17, 2022
@JoelLefkowitz JoelLefkowitz added 1.22.x Release target in 1.22.x and removed 1.21.x Release target in 1.21.x labels Jul 17, 2022
@JoelLefkowitz JoelLefkowitz deleted the branch axnsan12:master October 17, 2024 11:55
@JoelLefkowitz JoelLefkowitz reopened this Oct 17, 2024
@JoelLefkowitz JoelLefkowitz changed the base branch from 1.21.x to master October 17, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.22.x Release target in 1.22.x enhancement Enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants