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
Writing your first Django app, part 7
  • References/Python/Django/Guides: Intro

This tutorial begins where Tutorial 6 left off. We’re continuing the Web-poll application and will focus on customizing Django’s automatically-generated

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
auth.mixins.AccessMixin.login_url
  • References/Python/Django/Guides

login_url Default return value for get_login_url(). Defaults to None in which case get_login_url()

2025-01-10 15:47:30
http.HttpResponse.
  • References/Python/Django/API/Request and response objects

HttpResponse.__init__(content='', content_type=None, status=200, reason=None, charset=None) [source]

2025-01-10 15:47:30
db.models.Model.get_next_by_FOO()
  • References/Python/Django/API/Models/Model instance reference

Model.get_next_by_FOO(**kwargs)

2025-01-10 15:47:30