admin.ModelAdmin.delete_selected_confirmation_template
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.delete_selected_confirmation_template Path to a custom template, used by the delete_selected action

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

InlineModelAdmin.get_max_num(request, obj=None, **kwargs) Returns the maximum number of extra inline forms to use. By default

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
staticfiles.testing.StaticLiveServerTestCase
  • References/Python/Django/API/contrib packages/The staticfiles app

class testing.StaticLiveServerTestCase This unittest TestCase subclass extends

2025-01-10 15:47:30
sites.models.Site.domain
  • References/Python/Django/API/contrib packages/The “sites” framework

domain The fully qualified domain name associated with the website. For example, www.example.com.

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
admin.ModelAdmin.get_queryset()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.get_queryset(request) The get_queryset method on a ModelAdmin returns a

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.AdminSite
  • References/Python/Django/API/contrib packages/The Django admin site

class AdminSite(name='admin') [source] A Django administrative site is represented by an

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

set_password(raw_password) Sets the user’s password to the given raw string, taking care of the password hashing. Doesn’t save

2025-01-10 15:47:30