forms.BoundField.css_classes()
  • References/Python/Django/API/Forms/The Forms API

BoundField.css_classes() [source] When you use Django’s rendering shortcuts, CSS classes

2025-01-10 15:47:30
auth.models.User.is_anonymous
  • References/Python/Django/API/contrib packages/django.contrib.auth

is_anonymous Read-only attribute which is always False. This is a way of differentiating User and

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

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

2025-01-10 15:47:30
core.files.storage.Storage.accessed_time()
  • References/Python/Django/API/File handling/File storage API

accessed_time(name) [source] Returns a naive datetime object containing the

2025-01-10 15:47:30
Class-based views mixins
  • References/Python/Django/API/Built-in class-based views API/Class-based views mixins

Class-based views API reference. For introductory material, see Using mixins with class-based views. Simple

2025-01-10 15:47:30
postgres.aggregates.BoolAnd
  • References/Python/Django/API/PostgreSQL specific aggregation functions

class BoolAnd(expression, **extra) [source] Returns True, if all input values

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

as_int() Returns the value of the field as an integer: >>>

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

class HttpResponseNotAllowed [source] Like HttpResponse, but uses a 405 status

2025-01-10 15:47:30
views.generic.detail.SingleObjectMixin.context_object_name
  • References/Python/Django/API/Single object mixins

context_object_name Designates the name of the variable to use in the context.

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

Field.unique_for_date Set this to the name of a DateField or DateTimeField to require that this field

2025-01-10 15:47:30