clear_cache() Clears an internal cache used by ContentType to keep track of models for which it has created
ModelAdmin.has_delete_permission(request, obj=None) Should return True if deleting obj is permitted, False
ModelAdmin.change_form_template Path to a custom template, used by
ModelAdmin.add_form_template Path to a custom template, used by
ModelAdmin.actions_selection_counter Controls whether a selection counter is displayed next to the action dropdown. By default
ModelAdmin.radio_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are ForeignKey
class StackedInline [source] The admin interface has the ability to edit models on the same
last_login A datetime of the user’s last login.
__init__(request) Sets the name and domain attributes to the value of
class middleware.RedirectFallbackMiddleware You can change the
Page 17 of 27