Skip to content
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

merge release 1.21.7 into master #867

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

Conversation

terencehonles
Copy link
Contributor

This PR creates a merge commit for #815

WasinTh and others added 30 commits August 25, 2019 13:36
`permission_classes` expects tuple but list was provided
fix a bug: url from swagger_settings.DEFAULT_API_URL is not working
This change fixes an `OPTIONS` request to the API page which will return
a successful response, but the `TemplateHTMLRender` will not be prepared
to render it since there is no template name provided in either the view
or response [1].

[1]: https://github.com/encode/django-rest-framework/blob/f0a5b958a134e8cd94e3ef3263e8fa623ac9b82f/rest_framework/renderers.py#L178-L189
Add utf-8 support for generated formats
Remove universal wheel, python 2 is unsupported
JoelLefkowitz and others added 29 commits February 8, 2023 10:12
…j-drf

Run tests with latest dependencies
…r-ordering

keep path parameters in their given order
Django master branch bumped minimal python version
to Python 3.10. In latest version was added check for uniq basename.
Fix: Provide support for enums in codecs.
* Feature: Migrate to PyYAML for yaml generator.

Closes axnsan12#833

* Chore: Update swagger ui and redoc dependencies.
* Feature: Migrate to PyYAML for yaml generator.

Closes axnsan12#833

* Chore: Update swagger ui and redoc dependencies.

* Fix: Remove required coreapi dependency.
…nsan12#857)

* Feature: Provide to override default renderers via settings.

* Feature: Enable tests for django 4.2.

* Docs: Add information how to override ``DEFAULT_SPEC_RENDERERS``.

* Feature: Add ``drf_yasg.inspectors.query.DrfAPICompatInspector``.

This inspector should be main and replace ``CoreAPICompatInspector`` in the future.
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.

None yet