postgres.aggregates.BoolAnd
  • References/Python/Django/API/PostgreSQL specific aggregation functions

class BoolAnd(expression, **extra) [source] Returns True, if all input values

2025-01-10 15:47:30
views.generic.base.TemplateResponseMixin
  • References/Python/Django/API/Simple mixins

class django.views.generic.base.TemplateResponseMixin Provides a mechanism to construct a

2025-01-10 15:47:30
views.generic.edit.ModelFormMixin.form_invalid()
  • References/Python/Django/API/Editing mixins

form_invalid() Renders a response, providing the invalid form as context.

2025-01-10 15:47:30
gis.gdal.Point.z
  • References/Python/Django/API/GDAL API

z Returns the Z coordinate of this point, or None if the point does not have a Z coordinate:

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

get_allow_empty() Return a boolean specifying whether to display the page if no objects are available. If this method returns

2025-01-10 15:47:30
gis.db.models.functions.AsGML
  • References/Python/Django/API/Geographic Database Functions

class AsGML(expression, version=2, precision=8, **extra) Availability: Oracle, PostGIS, SpatiaLite

2025-01-10 15:47:30
db.models.functions.datetime.ExtractWeekDay
  • References/Python/Django/API/Models/Database Functions

class ExtractWeekDay(expression, tzinfo=None, **extra) [source] lookup_name

2025-01-10 15:47:30
Built-in class-based generic views
  • References/Python/Django/Guides

Writing Web applications can be monotonous, because we repeat certain patterns again and again. Django tries to take away some of that monotony at the model and template layers

2025-01-10 15:47:30
gis.gdal.Envelope.tuple
  • References/Python/Django/API/GDAL API

tuple A tuple representing the envelope.

2025-01-10 15:47:30
views.decorators.vary.vary_on_headers()
  • References/Python/Django/Guides

vary_on_headers(*headers) [source] The Vary header defines which request headers

2025-01-10 15:47:30