db.models.Aggregate.template
  • References/Python/Django/API/Models/Query Expressions

template A class attribute, as a format string, that describes the SQL that is generated for this aggregate. Defaults to '%(function)s(

2025-01-10 15:47:30
apps.AppConfig.verbose_name
  • References/Python/Django/API/Applications

AppConfig.verbose_name Human-readable name for the application, e.g. “Administration”. This

2025-01-10 15:47:30
views.generic.edit.FormMixin.prefix
  • References/Python/Django/API/Editing mixins

prefix The

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

Form.order_fields(field_order) New in Django 1.9. You

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

Field.db_tablespace The name of the database tablespace to use for this field’s index, if this field

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

json Returns a string representation of this geometry in JSON format:

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

class HttpRequest [source]

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

Model.__str__() [source] The __str__() method is called whenever you call str()

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

GEOSGeometry.extent This property returns the extent of this geometry as a 4-tuple, consisting of (xmin, ymin, xmax, ymax)

2025-01-10 15:47:30
db.models.Model.validate_unique()
  • References/Python/Django/API/Models/Model instance reference

Model.validate_unique(exclude=None) [source] This method is similar to clean_fields()

2025-01-10 15:47:30