ModelAdmin.save_related(request, form, formsets, change) [source] The save_related
class models.LogEntry The LogEntry class tracks additions, changes, and deletions of objects done through the admin
get_for_id(id) Lookup a ContentType by ID. Since this method uses the same shared cache as get_for_model()
get_group_permissions(obj=None) Returns a set of permission strings that the user has, through their groups.
InlineModelAdmin.max_num This controls the maximum number of forms to show in the inline. This doesn’t directly correlate to
password Required. A hash of, and metadata about, the password. (Django doesn’t store the raw password.) Raw passwords can be
class apps.SimpleAdminConfig This class works like
AdminSite.register(model_or_iterable, admin_class=None, **options) [source] Registers the
InlineModelAdmin.fk_name The name of the foreign key on the model. In most cases this will be dealt with automatically, but
ct_fk_field The name of the integer field that represents the ID of the related object. Defaults to object_id.
Page 25 of 27