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
middleware.csrf.CsrfViewMiddleware
  • References/Python/Django/API/Middleware

class CsrfViewMiddleware [source] Adds protection against Cross Site Request Forgeries by

2025-01-10 15:47:30
db.models.query.QuerySet.prefetch_related()
  • References/Python/Django/API/Models/QuerySet API reference

prefetch_related(*lookups) Returns a QuerySet that will automatically retrieve, in a single batch, related objects

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
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
gis.db.models.functions.Intersection
  • References/Python/Django/API/Geographic Database Functions

class Intersection(expr1, expr2, **extra) Availability: MySQL (≥ 5.6.1), PostGIS, Oracle, SpatiaLite

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

extent Returns the envelope of this geometry as a 4-tuple, instead of as an Envelope object:

2025-01-10 15:47:30
forms.URLInput
  • References/Python/Django/API/Forms/Widgets

class URLInput [source] Text input: <input type="url" ...>

2025-01-10 15:47:30
gis.db.models.PolygonField
  • References/Python/Django/API/GeoDjango Model API

class PolygonField

2025-01-10 15:47:30