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

class HttpRequest [source]

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

queryset A QuerySet of model objects from which the choices for the field will be derived, and which will be used

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
core.paginator.Paginator
  • References/Python/Django/Guides

class Paginator(object_list, per_page, orphans=0, allow_empty_first_page=True) [source]

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
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