gis.db.models.functions.NumPoints
  • References/Python/Django/API/Geographic Database Functions

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

2025-01-10 15:47:30
views.generic.edit.FormMixin.get_prefix()
  • References/Python/Django/API/Editing mixins

get_prefix() Determine the

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

create(**kwargs) A convenience method for creating an object and saving it all in one step. Thus:

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

GEOSGeometry.sym_difference(other) Returns a GEOSGeometry combining the points in this geometry not in other, and

2025-01-10 15:47:30
forms.models.modelform_factory()
  • References/Python/Django/API/Forms/Model Form Functions

modelform_factory(model, form=ModelForm, fields=None, exclude=None, formfield_callback=None, widgets=None, localized_fields=None, labels=None, help_texts=None, error_messages=None

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

ModelAdmin.fields Use the fields option to make simple layout changes in the forms on the “add” and “change” pages

2025-01-10 15:47:30
sites.managers.CurrentSiteManager
  • References/Python/Django/API/contrib packages/The “sites” framework

class managers.CurrentSiteManager If Site plays a key role in your application, consider using the helpful

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

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

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

extent Returns the envelope of this geometry as a 4-tuple, instead of as an Envelope object:

2025-01-10 15:47:30
db.models.Model.get_previous_by_FOO()
  • References/Python/Django/API/Models/Model instance reference

Model.get_previous_by_FOO(**kwargs) For every

2025-01-10 15:47:30