forms.Form.is_multipart()
  • References/Python/Django/API/Forms/The Forms API

Form.is_multipart() If you’re writing reusable views or templates, you may not know ahead of time whether your form is a multipart

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

precision New in Django 1.10. This property

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

to_field_name This optional argument is used to specify the field to use as the value of the choices in the field’s widget.

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

CharField.max_length The maximum length (in characters) of the field. The max_length is enforced at the database level and in

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

srs The spatial reference system of the raster, as a SpatialReference instance. The SRS can be changed by setting

2025-01-10 15:47:30
gis.db.models.GeoQuerySet.reverse_geom()
  • References/Python/Django/API/GeoQuerySet API Reference

GeoQuerySet.reverse_geom(**kwargs) Deprecated since version 1.9: Use

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

class UUIDField(**options) [source] A field for storing universally unique identifiers. Uses

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

class NullBooleanField(**options) [source] Like a BooleanField, but allows NULL

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

ModelAdmin.save_model(request, obj, form, change) [source] The save_model method

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

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

2025-01-10 15:47:30