db.models.Options.abstract
  • References/Python/Django/API/Models/Model Meta options

Options.abstract If abstract = True, this model will be an abstract base class

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

disjoint(other) Returns True if this geometry is spatially disjoint to (i.e. does not intersect) the other, otherwise

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

class django.views.generic.list.MultipleObjectMixin A mixin that can be used to display a list of objects. If

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

max_y The value of the maximum Y coordinate.

2025-01-10 15:47:30
gis.widgets.OSMWidget
  • References/Python/Django/API/GeoDjango Forms API

class OSMWidget This widget uses an OpenStreetMap base layer (Mapnik) to display geographic objects on. template_name

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

GEOSGeometry.difference(other) Returns a GEOSGeometry representing the points making up this geometry that do not

2025-01-10 15:47:30
db.models.query.QuerySet.using()
  • References/Python/Django/API/Models/QuerySet API reference

using(alias) This method is for controlling which database the QuerySet will be evaluated against if you are using

2025-01-10 15:47:30
postgres.aggregates.RegrSXX
  • References/Python/Django/API/PostgreSQL specific aggregation functions

class RegrSXX(y, x) [source] Returns sum(x^2) - sum(x)^2/N (“sum of squares”

2025-01-10 15:47:30
template.Context.flatten()
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

Context.flatten() Using flatten() method you can get whole Context stack as one dictionary including

2025-01-10 15:47:30
postgres.operations.CreateExtension
  • References/Python/Django/API/Database migration operations

class CreateExtension(name) [source] An Operation subclass which installs PostgreSQL

2025-01-10 15:47:30