admin.ModelAdmin.filter_horizontal
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.filter_horizontal By default, a

2025-01-10 15:47:30
db.models.query.QuerySet.prefetch_related()
  • References/Python/Django/API/Models/QuerySet API reference

prefetch_related(*lookups) Returns a QuerySet that will automatically retrieve, in a single batch, related objects

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

class ModelChoiceField(**kwargs) [source] Default widget:

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

date_joined A datetime designating when the account was created. Is set to the current date/time by default when the account

2025-01-10 15:47:30
db.models.Options.default_permissions
  • References/Python/Django/API/Models/Model Meta options

Options.default_permissions Defaults to ('add', 'change', 'delete'). You may customize this list, for example,

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

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

2025-01-10 15:47:30
auth.middleware.PersistentRemoteUserMiddleware
  • References/Python/Django/API/Middleware

class PersistentRemoteUserMiddleware New in Django 1.9.

2025-01-10 15:47:30
test.TransactionTestCase.reset_sequences
  • References/Python/Django/Guides

TransactionTestCase.reset_sequences Setting reset_sequences = True on a TransactionTestCase will make

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

autodiscover() [source] This function attempts to import an admin module in

2025-01-10 15:47:30
views.generic.dates.DayMixin.get_day_format()
  • References/Python/Django/API/Date-based mixins

get_day_format() [source] Returns the

2025-01-10 15:47:30