postgres.functions.TransactionNow
  • References/Python/Django/API/PostgreSQL specific database functions

class TransactionNow [source] New in Django 1

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

class django.views.generic.detail.SingleObjectTemplateResponseMixin A mixin class that performs template-based response rendering

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

class MultiPoint(*args, **kwargs) MultiPoint objects may be instantiated by passing in Point objects

2025-01-10 15:47:30
core.files.storage.Storage.url()
  • References/Python/Django/API/File handling/File storage API

url(name) [source] Returns the URL where the contents of the file referenced by name

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

GEOSGeometry.covers(other) New in Django 1.10. Returns

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

class MultiPolygon(*args, **kwargs) MultiPolygon objects may be instantiated by passing Polygon objects

2025-01-10 15:47:30
gis.admin.OSMGeoAdmin
  • References/Python/Django/API/GeoDjango’s admin site

class OSMGeoAdmin A subclass of GeoModelAdmin that uses a spherical mercator projection with

2025-01-10 15:47:30
db.backends.base.schema.BaseDatabaseSchemaEditor.execute()
  • References/Python/Django/API/SchemaEditor

BaseDatabaseSchemaEditor.execute(sql, params=[]) [source] Executes the SQL statement passed

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

input_formats A list of formats used to attempt to convert a string to a valid datetime.date object.

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

ModelAdmin.save_as_continue New in Django 1.10. When

2025-01-10 15:47:30