views.generic.detail.SingleObjectTemplateResponseMixin.template_name_field
  • References/Python/Django/API/Single object mixins

template_name_field The field on the current object instance that can be used to determine the name of a candidate template

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

class SimpleArrayField(base_field, delimiter=', ', max_length=None, min_length=None) [source] A

2025-01-10 15:47:30
gis.db.models.GeoManager
  • References/Python/Django/API/GeoDjango Model API

class GeoManager The GeoManager is required in order to use the legacy GeoQuerySet Methods

2025-01-10 15:47:30
gis.db.models.functions.Centroid
  • References/Python/Django/API/Geographic Database Functions

class Centroid(expression, **extra) Availability: MySQL, PostGIS, Oracle, SpatiaLite Accepts

2025-01-10 15:47:30
admin.models.LogEntry.action_flag
  • References/Python/Django/API/contrib packages/The Django admin site

LogEntry.action_flag The type of action logged: ADDITION, CHANGE, DELETION.

2025-01-10 15:47:30
db.models.F
  • References/Python/Django/API/Models/Query Expressions

class F [source] An F() object represents the value of a model field or annotated

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.db.models.GeoQuerySet.union()
  • References/Python/Django/API/GeoQuerySet API Reference

GeoQuerySet.union(geom) Deprecated since version 1.9: Use the

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

class MinValueValidator(min_value, message=None) [source] Raises a ValidationError

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

y Returns a list of Y coordinates in this line: >>>

2025-01-10 15:47:30