class documentation

class Options:

View In Hierarchy

A class that will quack like a Django model _meta class.

This allows cache operations to be controlled by the router

Method __init__ Undocumented
Instance Variable abstract Undocumented
Instance Variable app​_label Undocumented
Instance Variable db​_table Undocumented
Instance Variable managed Undocumented
Instance Variable model​_name Undocumented
Instance Variable object​_name Undocumented
Instance Variable proxy Undocumented
Instance Variable swapped Undocumented
Instance Variable verbose​_name Undocumented
Instance Variable verbose​_name​_plural Undocumented
def __init__(self, table):

Undocumented

abstract: bool =

Undocumented

app_label: str =

Undocumented

db_table =

Undocumented

managed: bool =

Undocumented

model_name: str =

Undocumented

object_name: str =

Undocumented

proxy: bool =

Undocumented

swapped: bool =

Undocumented

verbose_name: str =

Undocumented

verbose_name_plural: str =

Undocumented