class documentation

Undocumented

Method get_context Render the HTML for the browsable API representation.
Method get_result_url Attempt to reverse the result's detail view URL.
Method render Render the HTML for the browsable API representation.
Class Variable format Undocumented
Class Variable template Undocumented
Instance Variable accepted_media_type Undocumented
Instance Variable error_form Undocumented
Instance Variable error_title Undocumented
Instance Variable renderer_context Undocumented

Inherited from BrowsableAPIRenderer:

Method get_breadcrumbs Undocumented
Method get_content Get the content as if it had been rendered by the default non-documenting renderer.
Method get_default_renderer Return an instance of the first valid renderer. (Don't use another documenting renderer.)
Method get_description Undocumented
Method get_extra_actions Undocumented
Method get_filter_form Undocumented
Method get_name Undocumented
Method get_raw_data_form Returns a form that allows for arbitrary content types to be tunneled via standard HTML forms. (Which are typically application/x-www-form-urlencoded)
Method get_rendered_html_form Return a string representing a rendered HTML form, possibly bound to either the input or output data.
Method render_form_for_serializer Undocumented
Method show_form_for_method Returns True if a form should be shown for this method.
Class Variable charset Undocumented
Class Variable code_style Undocumented
Class Variable filter_template Undocumented
Class Variable media_type Undocumented
Method _get_serializer Undocumented

Inherited from BaseRenderer (via BrowsableAPIRenderer):

Class Variable render_style Undocumented
def get_context(self, data, accepted_media_type, renderer_context): (source)

Render the HTML for the browsable API representation.

def get_result_url(self, result, view): (source)

Attempt to reverse the result's detail view URL. This only works with views that are generic-like (has `.lookup_field`) and viewset-like (has `.basename` / `.reverse_action()`).

def render(self, data, accepted_media_type=None, renderer_context=None): (source)

Render the HTML for the browsable API representation.

error_form = (source)

Undocumented

error_title = (source)

Undocumented