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

get_rollback(using=None) [source]

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

Field.is_relation Boolean flag that indicates if a field contains references to one or more other models for its functionality

2025-01-10 15:47:30
template.response.SimpleTemplateResponse.is_rendered
  • References/Python/Django/API/Templates/TemplateResponse and SimpleTemplateResponse

SimpleTemplateResponse.is_rendered A boolean indicating whether the response content has been rendered.

2025-01-10 15:47:30
template.context_processors.static()
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

static() [source] If this processor is enabled, every RequestContext will contain

2025-01-10 15:47:30
postgres.validators.RangeMinValueValidator
  • References/Python/Django/API/Validators

class RangeMinValueValidator(limit_value, message=None) [source] Validates that the lower

2025-01-10 15:47:30
utils.log.RequireDebugTrue
  • References/Python/Django/Guides

class RequireDebugTrue [source] This filter is similar to RequireDebugFalse

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.geoip2.GeoIP2.lon_lat()
  • References/Python/Django/API/Geolocation with GeoIP2

GeoIP2.lon_lat(query) Returns a coordinate tuple of (longitude, latitude).

2025-01-10 15:47:30
sessions.backends.base.SessionBase.delete_test_cookie()
  • References/Python/Django/Guides

delete_test_cookie() Deletes the test cookie. Use this to clean up after yourself.

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

HttpResponse.readable() New in Django 1.10: Always False

2025-01-10 15:47:30