views.generic.list.MultipleObjectMixin.allow_empty
  • References/Python/Django/API/Multiple object mixins

allow_empty A boolean specifying whether to display the page if no objects are available. If this is False and

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

ModelAdmin.search_fields Set search_fields to enable a search box on the admin change list page. This should be

2025-01-10 15:47:30
auth.backends.ModelBackend.has_module_perms()
  • References/Python/Django/API/contrib packages/django.contrib.auth

has_module_perms(self, user_obj, app_label) Returns whether the user_obj has any permissions on the app app_label

2025-01-10 15:47:30
views.generic.dates.YearMixin.year_format
  • References/Python/Django/API/Date-based mixins

year_format The

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
gis.db.models.GeoQuerySet.num_points()
  • References/Python/Django/API/GeoQuerySet API Reference

GeoQuerySet.num_points(**kwargs) Deprecated since version 1.9: Use

2025-01-10 15:47:30
forms.PasswordInput
  • References/Python/Django/API/Forms/Widgets

class PasswordInput [source] Password input: <input type='password' ...>

2025-01-10 15:47:30
http.HttpRequest.get_full_path()
  • References/Python/Django/API/Request and response objects

HttpRequest.get_full_path() [source] Returns the path, plus an appended query

2025-01-10 15:47:30
forms.FilePathField.allow_folders
  • References/Python/Django/API/Forms/Form fields

allow_folders Optional. Either True or False. Default is False. Specifies whether folders

2025-01-10 15:47:30
views.generic.list.MultipleObjectMixin.get_paginate_by()
  • References/Python/Django/API/Multiple object mixins

get_paginate_by(queryset) Returns the number of items to paginate by, or None for no pagination. By default this

2025-01-10 15:47:30