apps.apps.is_installed()
  • References/Python/Django/API/Applications

apps.is_installed(app_name) Checks whether an application with the given name exists in the registry. app_name

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

paginator_class The paginator class to be used for pagination. By default,

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

ModelAdmin.get_list_display(request) [source] The get_list_display method is

2025-01-10 15:47:30
core.mail.backends.smtp.EmailBackend
  • References/Python/Django/Guides

class backends.smtp.EmailBackend(host=None, port=None, username=None, password=None, use_tls=None, fail_silently=False, use_ssl=None, timeout=None, ssl_keyfile=None,

2025-01-10 15:47:30
forms.BoundField.errors
  • References/Python/Django/API/Forms/The Forms API

BoundField.errors A list-like object that is displayed as an HTML <ul class="errorlist">

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

ContentType.model_class() Returns the model class represented by this ContentType instance. For

2025-01-10 15:47:30
auth.decorators.permission_required()
  • References/Python/Django/Guides

permission_required(perm, login_url=None, raise_exception=False) [source] It’s a relatively

2025-01-10 15:47:30
utils.timezone.FixedOffset
  • References/Python/Django/API/Django Utils

class FixedOffset(offset=None, name=None) [source] A

2025-01-10 15:47:30
db.models.SET_NULL
  • References/Python/Django/API/Models/Model field reference

SET_NULL [source] Set the ForeignKey null; this is only possible if null

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

empty_label By default the <select> widget used by ModelChoiceField will have an empty choice

2025-01-10 15:47:30