auth.models.PermissionsMixin.is_superuser
  • References/Python/Django/Guides

is_superuser Boolean. Designates that this user has all permissions without explicitly assigning them.

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

year Optional The value for the year, as a string. By default, set to None, which means the year

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

page_kwarg A string specifying the name to use for the page parameter. The view will expect this parameter to be available either

2025-01-10 15:47:30
postgres.forms.SimpleArrayField.max_length
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

max_length This is an optional argument which validates that the array does not exceed the stated length.

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

json(**kwargs) New in Django 1.9. The

2025-01-10 15:47:30
forms.Field.help_text
  • References/Python/Django/API/Forms/Form fields

Field.help_text The help_text argument lets you specify descriptive text for this Field. If you provide

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

date_field The name of the DateField or DateTimeField in the QuerySet’s model that the

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

pretty_wkt Returns the ‘pretty’ representation of the WKT.

2025-01-10 15:47:30
forms.IntegerField
  • References/Python/Django/API/Forms/Form fields

class IntegerField(**kwargs) [source] Default widget:

2025-01-10 15:47:30
core.files.uploadhandler.FileUploadHandler.chunk_size
  • References/Python/Django/API/File handling/Uploaded Files and Upload Handlers

FileUploadHandler.chunk_size Size, in bytes, of the “chunks” Django should store into memory and feed into the handler. That

2025-01-10 15:47:30