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

handle errors rendering with TemplateHTMLRenderer #742

Commits on Sep 24, 2021

  1. handle errors rendering with TemplateHTMLRenderer

    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
    terencehonles committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    be1f084 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Configuration menu
    Copy the full SHA
    60ae05c View commit details
    Browse the repository at this point in the history