admin.InlineModelAdmin.min_num
  • References/Python/Django/API/contrib packages/The Django admin site

InlineModelAdmin.min_num This controls the minimum number of forms to show in the inline. See

2025-01-10 15:47:30
admin.ModelAdmin
  • References/Python/Django/API/contrib packages/The Django admin site

class ModelAdmin [source] The ModelAdmin class is the representation of a model

2025-01-10 15:47:30
admin.ModelAdmin.raw_id_fields
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.raw_id_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are ForeignKey

2025-01-10 15:47:30
admin.InlineModelAdmin.template
  • References/Python/Django/API/contrib packages/The Django admin site

InlineModelAdmin.template The template used to render the inline on the page.

2025-01-10 15:47:30
admin.ModelAdmin.empty_value_display
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.empty_value_display New in Django 1.9. This

2025-01-10 15:47:30
admin.ModelAdmin.add_view()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.add_view(request, form_url='', extra_context=None) [source] Django view for the

2025-01-10 15:47:30
admin.AdminSite.index_template
  • References/Python/Django/API/contrib packages/The Django admin site

AdminSite.index_template Path to a custom template that will be used by the admin site main index view.

2025-01-10 15:47:30
admin.ModelAdmin.show_full_result_count
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.show_full_result_count Set show_full_result_count to control whether the full count of objects should

2025-01-10 15:47:30
admin.ModelAdmin.save_on_top
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.save_on_top Set save_on_top to add save buttons across the top of your admin change forms.

2025-01-10 15:47:30
admin.views.decorators.staff_member_required()
  • References/Python/Django/API/contrib packages/The Django admin site

staff_member_required(redirect_field_name='next', login_url='admin:login') [source] This

2025-01-10 15:47:30