module documentation

utils.py # Shared helper functions See schemas.__init__.py for package overview.

Function get_pk_description Undocumented
Function is_list_view Return True if the given path/method appears to represent a list view.
def get_pk_description(model, model_field): (source)

Undocumented

def is_list_view(path, method, view): (source)

Return True if the given path/method appears to represent a list view.