InlineModelAdmin.min_num This controls the minimum number of forms to show in the inline. See
class ModelAdmin [source] The ModelAdmin class is the representation of a model
ModelAdmin.raw_id_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are ForeignKey
InlineModelAdmin.template The template used to render the inline on the page.
ModelAdmin.empty_value_display New in Django 1.9. This
ModelAdmin.add_view(request, form_url='', extra_context=None) [source] Django view for the
AdminSite.index_template Path to a custom template that will be used by the admin site main index view.
ModelAdmin.show_full_result_count Set show_full_result_count to control whether the full count of objects should
ModelAdmin.save_on_top Set save_on_top to add save buttons across the top of your admin change forms.
staff_member_required(redirect_field_name='next', login_url='admin:login') [source] This
Page 5 of 14