http.HttpRequest.get_host()
  • References/Python/Django/API/Request and response objects

HttpRequest.get_host() [source] Returns the originating host of the request using information

2025-01-10 15:47:30
gis.feeds.GeoAtom1Feed
  • References/Python/Django/API/Geographic Feeds

class GeoAtom1Feed [source]

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
views.generic.dates.BaseDateDetailView
  • References/Python/Django/API/Built-in class-based views API/Generic date views

class BaseDateDetailView [source]

2025-01-10 15:47:30
urls.ResolverMatch.app_names
  • References/Python/Django/API/django.urls utility functions

app_names New in Django 1.9. The list

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

get_month() [source] Returns the month for which this view will display data, as a string

2025-01-10 15:47:30
db.models.Func.template
  • References/Python/Django/API/Models/Query Expressions

template A class attribute, as a format string, that describes the SQL that is generated for this function. Defaults to

2025-01-10 15:47:30
db.backends.base.schema.SchemaEditor.connection
  • References/Python/Django/API/SchemaEditor

SchemaEditor.connection A connection object to the database. A useful attribute of the connection is alias which

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