ModelAdmin.history_view(request, object_id, extra_context=None) [source] Django view for
date_joined A datetime designating when the account was created. Is set to the current date/time by default when the account
is_active Boolean. Designates whether this user account should be considered active. We recommend that you set this flag to
class GenericTabularInline
ModelAdmin.get_list_display(request) [source] The get_list_display method is
ModelAdmin.paginator The paginator class to be used for pagination. By default,
is_superuser Boolean. Designates that this user has all permissions without explicitly assigning them.
A set of Django template filters useful for adding a “human touch” to data. To activate these filters, add 'django.contrib.humanize'
autodiscover() [source] This function attempts to import an admin module in
ModelAdmin.filter_horizontal By default, a
Page 4 of 27