gis.geos.GEOSGeometry.touches()
  • References/Python/Django/API/GEOS API

GEOSGeometry.touches(other) Returns True if the DE-9IM intersection matrix for the two geometries is FT*******

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

Form.cleaned_data Each field in a Form class is responsible not only for validating data, but also for “cleaning”

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

template_name_suffix The suffix to append to the auto-generated candidate template name. Default suffix is _detail

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

CASCADE [source] Cascade deletes. Django emulates the behavior of the SQL constraint ON DELETE

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

name Required. 255 characters or fewer. Example: 'Can vote'.

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

UploadedFile.charset For text/* content-types, the character set (i.e. utf8) supplied

2025-01-10 15:47:30
core.validators.RegexValidator.code
  • References/Python/Django/API/Validators

code The error code used by ValidationError if validation fails. Defaults to "invalid".

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

InlineModelAdmin.get_min_num(request, obj=None, **kwargs) Returns the minimum number of inline forms to use. By default, returns

2025-01-10 15:47:30
db.models.query.QuerySet.delete()
  • References/Python/Django/API/Models/QuerySet API reference

delete() Performs an SQL delete query on all rows in the QuerySet and returns the number of objects deleted and

2025-01-10 15:47:30
db.models.Max
  • References/Python/Django/API/Models/QuerySet API reference

class Max(expression, output_field=None, **extra) [source] Returns the maximum value of the

2025-01-10 15:47:30