admin.ModelAdmin.get_urls()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.get_urls() [source] The get_urls method on a ModelAdmin

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

InlineModelAdmin.verbose_name An override to the verbose_name found in the model’s inner Meta class

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

AdminSite.password_change_done_template Path to a custom template that will be used by the admin site password change done view

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

ModelAdmin.list_filter Set list_filter to activate filters in the right sidebar of the change list page of the

2025-01-10 15:47:30
contenttypes.models.ContentType.model
  • References/Python/Django/API/contrib packages/The contenttypes framework

model The name of the model class. Additionally, the following property is available:

2025-01-10 15:47:30
auth.models.User.is_staff
  • References/Python/Django/API/contrib packages/django.contrib.auth

is_staff Boolean. Designates whether this user can access the admin site.

2025-01-10 15:47:30
auth.models.User.has_usable_password()
  • References/Python/Django/API/contrib packages/django.contrib.auth

has_usable_password() Returns False if set_unusable_password() has been called for this user.

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

ModelAdmin.get_fieldsets(request, obj=None) The get_fieldsets method is given the HttpRequest and

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

ModelAdmin.readonly_fields By default the admin shows all fields as editable. Any fields in this option (which should be a list

2025-01-10 15:47:30
auth.models.UserManager
  • References/Python/Django/API/contrib packages/django.contrib.auth

class models.UserManager The User model has a custom manager that has the following helper methods (in addition

2025-01-10 15:47:30