gis.admin.GeoModelAdmin
  • References/Python/Django/API/GeoDjango’s admin site

class GeoModelAdmin default_lon The default center

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

strip New in Django 1.9. If True

2025-01-10 15:47:30
apps.apps.is_installed()
  • References/Python/Django/API/Applications

apps.is_installed(app_name) Checks whether an application with the given name exists in the registry. app_name

2025-01-10 15:47:30
core.paginator.Paginator.count
  • References/Python/Django/Guides

Paginator.count The total number of objects, across all pages.

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

get_form(form_class=None) Instantiate an instance of form_class using get_form_kwargs(). If form_class

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

GEOSGeometry.touches(other) Returns True if the DE-9IM intersection matrix for the two geometries is FT*******

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

HttpRequest.readlines() [source]

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

get_form_class() Retrieve the form class to instantiate. By default form_class.

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
gis.gdal.OGRGeometry.contains()
  • References/Python/Django/API/GDAL API

contains(other) Returns True if this geometry contains the other, otherwise returns False.

2025-01-10 15:47:30