-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
3.15 missing package inflection #9291
Comments
Ah yep, needs resolving. Introduced by PR #8017. Ooptions...
|
I vote for including the dependency One other idea:
|
* Make inflection package truly optional Fix #9291 * Make inflection compat layer consistent with the others Co-authored-by: T. Franzel <[email protected]> --------- Co-authored-by: T. Franzel <[email protected]>
I took the liberty to opt for a third option, i.e handling it analog to We updated the docs to reflect that requirement though. @robd003 Also note that the built-in schema generator is deprecated. I would recommend to use one of the 3rd party alternatives instead. Imho the proper way would be to introduce |
The API documentation page was broken: encode/django-rest-framework#9291 Revert "Bump djangorestframework from 3.15.0 to 3.15.1" This reverts commit 995ce03. Revert "Bump djangorestframework from 3.14.0 to 3.15.0" This reverts commit 9b9a11f.
The API documentation page was broken: encode/django-rest-framework#9291 Revert "Bump djangorestframework from 3.15.0 to 3.15.1" This reverts commit 995ce03. Revert "Bump djangorestframework from 3.14.0 to 3.15.0" This reverts commit 9b9a11f.
The API documentation page was broken: encode/django-rest-framework#9291 Revert "Bump djangorestframework from 3.15.0 to 3.15.1" This reverts commit 995ce03. Revert "Bump djangorestframework from 3.14.0 to 3.15.0" This reverts commit 9b9a11f.
New issue in the
3.15
release where if you usegenerateschema
and have a list in your output you will get aModuleNotFound
error.The text was updated successfully, but these errors were encountered: