admin.InlineModelAdmin.model
  • References/Python/Django/API/contrib packages/The Django admin site

InlineModelAdmin.model The model which the inline is using. This is required.

2025-01-10 15:47:30
syndication.views.Feed
  • References/Python/Django/API/contrib packages/The syndication feed framework

class views.Feed This example illustrates all possible attributes and methods for a Feed class:

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

class Sitemap [source] A Sitemap class can define the following methods/attributes:

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

permissions Many-to-many field to Permission: group

2025-01-10 15:47:30
flatpages.sitemaps.FlatPageSitemap
  • References/Python/Django/API/contrib packages/The flatpages app

class FlatPageSitemap [source] The sitemaps.FlatPageSitemap class looks at all

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

class ModelBackend This is the default authentication backend used by Django. It authenticates using credentials consisting

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

email_user(subject, message, from_email=None, **kwargs) Sends an email to the user. If from_email is None

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

AdminSite.logout_template Path to a custom template that will be used by the admin site logout view.

2025-01-10 15:47:30
contenttypes.fields.GenericForeignKey.for_concrete_model
  • References/Python/Django/API/contrib packages/The contenttypes framework

for_concrete_model If False, the field will be able to reference proxy models. Default is True. This

2025-01-10 15:47:30
auth.validators.UnicodeUsernameValidator
  • References/Python/Django/API/contrib packages/django.contrib.auth

class validators.UnicodeUsernameValidator New in Django 1.10.

2025-01-10 15:47:30