db.transaction.set_rollback()
  • References/Python/Django/Guides

set_rollback(rollback, using=None) [source] Setting the rollback flag to True

2025-01-10 15:47:30
gis.admin.OSMGeoAdmin
  • References/Python/Django/API/GeoDjango’s admin site

class OSMGeoAdmin A subclass of GeoModelAdmin that uses a spherical mercator projection with

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

HttpResponse.set_signed_cookie(key, value, salt='', max_age=None, expires=None, path='/', domain=None, secure=None, httponly=True) Like

2025-01-10 15:47:30
Clickjacking Protection
  • References/Python/Django/API/Clickjacking Protection

The clickjacking middleware and decorators provide easy-to-use protection against

2025-01-10 15:47:30
test.Response.content
  • References/Python/Django/Guides

content The body of the response, as a bytestring. This is the final page content as rendered by the view, or any error message

2025-01-10 15:47:30
test.Response.context
  • References/Python/Django/Guides

context The template Context instance that was used to render the template that produced the response content.

2025-01-10 15:47:30
gis.gdal.SpatialReference.import_proj()
  • References/Python/Django/API/GDAL API

import_proj(proj) Import spatial reference from PROJ.4 string.

2025-01-10 15:47:30
views.generic.dates.BaseDateListView.allow_empty
  • References/Python/Django/API/Date-based mixins

allow_empty A boolean specifying whether to display the page if no objects are available. If this is True and no

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

HttpResponse.delete_cookie(key, path='/', domain=None) Deletes the cookie with the given key. Fails silently if the key doesn’t

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

class HttpRequest [source]

2025-01-10 15:47:30