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

class HttpResponseBadRequest [source] Acts just like HttpResponse but uses a

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

width The width of the band in pixels (X-axis).

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

HttpRequest.COOKIES A standard Python dictionary containing all cookies. Keys and values are strings.

2025-01-10 15:47:30
db.models.ForeignKey.on_delete
  • References/Python/Django/API/Models/Model field reference

ForeignKey.on_delete When an object referenced by a ForeignKey is deleted, Django will emulate the behavior of

2025-01-10 15:47:30
views.generic.edit.UpdateView.template_name_suffix
  • References/Python/Django/API/Built-in class-based views API/Generic editing views

template_name_suffix The UpdateView page displayed to a GET request uses a template_name_suffix

2025-01-10 15:47:30
template.loaders.base.Loader.get_template()
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

get_template(template_name, skip=None) [source] Returns a Template object for

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

class Envelope(*args) Represents an OGR Envelope structure that contains the minimum and maximum X, Y coordinates for a rectangle

2025-01-10 15:47:30
Introduction to class-based views
  • References/Python/Django/Guides

Class-based views provide an alternative way to implement views as Python objects instead of functions. They do not replace function-based views, but have certain differences

2025-01-10 15:47:30
apps.AppConfig.ready()
  • References/Python/Django/API/Applications

AppConfig.ready() [source] Subclasses can override this method to perform initialization

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

ModelAdmin.prepopulated_fields Set prepopulated_fields to a dictionary mapping field names to the fields it should

2025-01-10 15:47:30