django-rest-framework
django-rest-framework copied to clipboard
Fix OpenAPI operation name plural appropriately
Description
This PR is re-challenge of https://github.com/encode/django-rest-framework/pull/7447
I introduced inflection library to pluralize appropriately.
It would be very grateful to review this 😊
Thank you.
Certainly going to be neater than what we're currently doing. I guess I don't have a problem with introducing this dependancy, given that it's pretty tiny. Anyone else?
Thank you for reviewing!
I don't know why CI is failing... Could anyone help this? What should I do?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
the only build failure is a doc related failure, which does not seem to be related to this PR
@auvipy Thank you so much! 👍
pretty sure this broke the build by introducing a new hard dependency through the backdoor. see #8781