Undocumented
Class | BaseModelAdminChecks |
No class docstring; 23/27 methods documented |
Class | InlineModelAdminChecks |
No class docstring; 4/7 methods documented |
Class | ModelAdminChecks |
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 |