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

ModelAdmin.get_search_results(request, queryset, search_term) [source] The get_search_results

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

ModelAdmin.form By default a ModelForm is dynamically created for your model. It is used to create the form presented

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

class validators.ASCIIUsernameValidator New in Django 1.10.

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

InlineModelAdmin.show_change_link Specifies whether or not inline objects that can be changed in the admin have a link to the

2025-01-10 15:47:30
sitemaps.Sitemap.items
  • References/Python/Django/API/contrib packages/The sitemap framework

items [source] Required. A method that returns a list of objects. The framework

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

ModelAdmin.formfield_overrides This provides a quick-and-dirty way to override some of the

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

InlineModelAdmin.form The value for form defaults to ModelForm. This is what is passed through to

2025-01-10 15:47:30
staticfiles.storage.StaticFilesStorage
  • References/Python/Django/API/contrib packages/The staticfiles app

class storage.StaticFilesStorage A subclass of the

2025-01-10 15:47:30