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
auth.backends.ModelBackend
  • References/Python/Django/API/contrib packages/django.contrib.auth

class ModelBackend This is the default authentication backend used by Django. It authenticates using credentials consisting

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.query.QuerySet.values()
  • References/Python/Django/API/Models/QuerySet API reference

values(*fields) Returns a QuerySet that returns dictionaries, rather than model instances, when used as an iterable

2025-01-10 15:47:30
views.generic.list.MultipleObjectMixin
  • References/Python/Django/API/Multiple object mixins

class django.views.generic.list.MultipleObjectMixin A mixin that can be used to display a list of objects. If

2025-01-10 15:47:30
gis.geos.GEOSGeometry.boundary
  • References/Python/Django/API/GEOS API

GEOSGeometry.boundary Returns the boundary as a newly allocated Geometry object.

2025-01-10 15:47:30
core.checks.Info
  • References/Python/Django/API/System check framework

class Info(msg, hint=None, obj=None, id=None) [source]

2025-01-10 15:47:30
db.models.functions.Greatest
  • References/Python/Django/API/Models/Database Functions

class Greatest(*expressions, **extra) [source] New

2025-01-10 15:47:30
db.models.options.Options.get_field()
  • References/Python/Django/API/Models/Model _meta API

Options.get_field(field_name) [source] Returns the field instance given a name of a field

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

ModelAdmin.exclude This attribute, if given, should be a list of field names to exclude from the form. For

2025-01-10 15:47:30