apps.AppConfig.get_models()
  • References/Python/Django/API/Applications

AppConfig.get_models() [source] Returns an iterable of

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

db The database that will be used if this query is executed now.

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

default_lon The default center longitude.

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

num_feat Returns the number of features in the layer. Same as len(layer):

2025-01-10 15:47:30
db.migrations.operations.AlterIndexTogether
  • References/Python/Django/API/Migration Operations

class AlterIndexTogether(name, index_together) [source] Changes the model’s set of custom

2025-01-10 15:47:30
gis.db.models.GeoQuerySet.num_points()
  • References/Python/Django/API/GeoQuerySet API Reference

GeoQuerySet.num_points(**kwargs) Deprecated since version 1.9: Use

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

HttpRequest.encoding A string representing the current encoding used to decode form submission data (or None, which

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

class RegrIntercept(y, x) [source] Returns the y-intercept of the least-squares-fit linear

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

shell Returns the shell or exterior ring of this polygon, as a LinearRing geometry.

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

GEOSGeometry.interpolate_normalized(distance) Given a distance (float), returns the point (or closest point) within the geometry

2025-01-10 15:47:30