contenttypes.models.ContentTypeManager
  • References/Python/Django/API/contrib packages/The contenttypes framework

class ContentTypeManager ContentType also has a custom manager, ContentTypeManager, which adds the

2025-01-10 15:47:30
messages.storage.base.BaseStorage
  • References/Python/Django/API/contrib packages/The messages framework

class storage.base.BaseStorage To write your own storage class, subclass the BaseStorage class in django

2025-01-10 15:47:30
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
auth.models.User.last_name
  • References/Python/Django/API/contrib packages/django.contrib.auth

last_name Optional. 30 characters or fewer.

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

name Required. 80 characters or fewer. Any characters are permitted. Example: 'Awesome Users'.

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
sitemaps.Sitemap.limit
  • References/Python/Django/API/contrib packages/The sitemap framework

limit Optional. This attribute defines the maximum number of URLs included

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

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

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

ModelAdmin.changelist_view(request, extra_context=None) [source] Django view for the model

2025-01-10 15:47:30