Skip to content

Update DEFAULT_SCHEMA_CLASSES default value in Settings docs #7014

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

Merged
merged 1 commit into from
Nov 6, 2019
Merged

Update DEFAULT_SCHEMA_CLASSES default value in Settings docs #7014

merged 1 commit into from
Nov 6, 2019

Conversation

ajyong
Copy link
Contributor

@ajyong ajyong commented Oct 24, 2019

I changed the docs to reflect that the default value for DEFAULT_SCHEMA_CLASSES now points to the OpenAPI AutoSchema class. The docs were leading users to believe that rest_framework.schemas.AutoSchema was the default: as of this PR, the root AutoSchema is still imported from the coreapi module.

The default value was changed to point to the OpenAPI AutoSchema class.  The docs were leading users to believe that rest_framework.schemas.AutoSchema was the default.  As of this commit, the root AutoSchema is in fact imported from the coreapi module.
Copy link
Collaborator

@carltongibson carltongibson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. Great. Thank you.

@carltongibson carltongibson merged commit 14d740d into encode:master Nov 6, 2019
@carltongibson carltongibson added this to the 3.11 Release milestone Nov 6, 2019
pchiquet pushed a commit to pchiquet/django-rest-framework that referenced this pull request Nov 17, 2020
…7014)

The default value was changed to point to the OpenAPI AutoSchema class.  The docs were leading users to believe that rest_framework.schemas.AutoSchema was the default.  As of this commit, the root AutoSchema is in fact imported from the coreapi module.
sigvef pushed a commit to sigvef/django-rest-framework that referenced this pull request Dec 3, 2022
…7014)

The default value was changed to point to the OpenAPI AutoSchema class.  The docs were leading users to believe that rest_framework.schemas.AutoSchema was the default.  As of this commit, the root AutoSchema is in fact imported from the coreapi module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants