forms.Field.widget
  • References/Python/Django/API/Forms/Form fields

Field.widget The widget argument lets you specify a Widget class to use when rendering this Field

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
core.files.uploadedfile.UploadedFile.chunks()
  • References/Python/Django/API/File handling/Uploaded Files and Upload Handlers

UploadedFile.chunks(chunk_size=None) A generator returning chunks of the file. If multiple_chunks() is True

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

num_interior_rings Returns the number of interior rings in this geometry.

2025-01-10 15:47:30
forms.CheckboxInput.check_test
  • References/Python/Django/API/Forms/Widgets

check_test A callable that takes the value of the CheckboxInput and returns True if the checkbox should

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
gis.measure.A
  • References/Python/Django/API/Measurement Objects

class A Alias for Area class.

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

tuple A tuple representing the envelope.

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

ModelAdmin.get_form(request, obj=None, **kwargs) [source] Returns a

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

FileUploadHandler.file_complete(file_size) [source] Called when a file has finished uploading

2025-01-10 15:47:30