module documentation

Undocumented

Class ​Base​Model​Admin​Checks No class docstring; 23/27 methods documented
Class ​Inline​Model​Admin​Checks No class docstring; 4/7 methods documented
Class ​Model​Admin​Checks No class docstring; 15/20 methods documented
Function ​_contains​_subclass Return whether or not a dotted class path (or a subclass of that class) is found in a list of candidate paths.
Function ​_issubclass issubclass() variant that doesn't raise an exception if cls isn't a class.
Function check​_admin​_app Undocumented
Function check​_dependencies Check that the admin's dependencies are correctly installed.
Function must​_be Undocumented
Function must​_inherit​_from Undocumented
Function refer​_to​_missing​_field Undocumented
def _contains_subclass(class_path, candidate_paths):
Return whether or not a dotted class path (or a subclass of that class) is found in a list of candidate paths.
def _issubclass(cls, classinfo):
issubclass() variant that doesn't raise an exception if cls isn't a class.
def check_admin_app(app_configs, **kwargs):

Undocumented

def check_dependencies(**kwargs):
Check that the admin's dependencies are correctly installed.
def must_be(type, option, obj, id):

Undocumented

def must_inherit_from(parent, option, obj, id):

Undocumented

def refer_to_missing_field(field, option, obj, id):

Undocumented