admin.models.LogEntry.user
  • References/Python/Django/API/contrib packages/The Django admin site

LogEntry.user The user (an AUTH_USER_MODEL instance) who performed the action.

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

protocol Optional. This attribute defines the protocol ('http'

2025-01-10 15:47:30
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
forms.ModelChoiceField.to_field_name
  • References/Python/Django/API/Forms/Form fields

to_field_name This optional argument is used to specify the field to use as the value of the choices in the field’s widget.

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
db.models.query.QuerySet.aggregate()
  • References/Python/Django/API/Models/QuerySet API reference

aggregate(*args, **kwargs) Returns a dictionary of aggregate values (averages, sums, etc.) calculated over the QuerySet

2025-01-10 15:47:30
template.loaders.cached.Loader
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

class cached.Loader By default, the templating system will read and compile your templates every time they need to be rendered

2025-01-10 15:47:30
GeoDjango Installation
  • References/Python/Django/API/GeoDjango Installation

Overview In general, GeoDjango installation requires: Python

2025-01-10 15:47:30