Skip to content

Conversation

@uraniumanchor
Copy link
Collaborator

@uraniumanchor uraniumanchor commented Jun 4, 2024

Contributing to the Donation Tracker

  • I've added tests or modified existing tests for the change.
  • I've humanly end-to-end tested the change by running an instance of the tracker.

Issue from Pivotal Tracker

See also #658, as this is when the issue was brought to my attention. Relevant issue from DRF: encode/django-rest-framework#8438

https://www.pivotaltracker.com/story/show/187298296

Description of the Change

When multiple possible paths go to the same viewset, DRF 3.15 added a check to ensure that they have different internal names so that you don't end up with ambiguity. In our case every path variant had its own explicit requirements so this didn't affect us, but it's a simple enough change. It mostly affected tests, and changing the helpers was enough to keep the tests green.

Verification Process

This change didn't affect the public API, just some internal bookkeeping. The tests are green, so that's good enough.

@uraniumanchor uraniumanchor added this pull request to the merge queue Jun 5, 2024
Merged via the queue into master with commit d30a4a5 Jun 5, 2024
@uraniumanchor uraniumanchor deleted the 187298296-drf-315 branch June 5, 2024 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants