module documentation
Undocumented
Function | get |
create filters dictionary for list views @param {obj} viewset: ModelViewSet subclass instance @returns {dic} filters: filters template dictionary |
Function | renderer |
Checks if the template renderer format is json or the DRF browsable api which require the response to be plain json. Default request format is html. |