db.models.functions.Greatest
  • References/Python/Django/API/Models/Database Functions

class Greatest(*expressions, **extra) [source] New

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

class AsGeoJSON(expression, bbox=False, crs=False, precision=8, **extra) Availability: PostGIS, SpatiaLite

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

class IsValid(expr) New in Django 1.10.

2025-01-10 15:47:30
auth.middleware.AuthenticationMiddleware
  • References/Python/Django/API/Middleware

class AuthenticationMiddleware Adds the user attribute, representing the currently-logged-in user, to every incoming

2025-01-10 15:47:30
postgres.search.TrigramSimilarity
  • References/Python/Django/API/Full text search

class TrigramSimilarity(expression, string, **extra) [source]

2025-01-10 15:47:30
utils.timezone.make_naive()
  • References/Python/Django/API/Django Utils

make_naive(value, timezone=None) [source] Returns an naive

2025-01-10 15:47:30
django.contrib.humanize
  • References/Python/Django/API/contrib packages/django.contrib.humanize

A set of Django template filters useful for adding a “human touch” to data. To activate these filters, add 'django.contrib.humanize'

2025-01-10 15:47:30
gis.gdal.Field.as_double()
  • References/Python/Django/API/GDAL API

as_double() Returns the value of the field as a double (float):

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

fid Returns the feature identifier within the layer: >>>

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

BoundField.errors A list-like object that is displayed as an HTML <ul class="errorlist">

2025-01-10 15:47:30