gis.geos.GEOSGeometry.contains()
  • References/Python/Django/API/GEOS API

GEOSGeometry.contains(other) Returns True if other.within(this) returns True.

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

get_or_create(defaults=None, **kwargs) A convenience method for looking up an object with the given kwargs (may

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

match A regular expression pattern; only files with names matching this expression will be allowed as choices.

2025-01-10 15:47:30
core.checks.Warning
  • References/Python/Django/API/System check framework

class Warning(msg, hint=None obj=None, id=None) [source]

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

hex Returns a string representation of this geometry in HEX WKB format:

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

wkb_size Returns the size of the WKB buffer needed to hold a WKB representation of this geometry:

2025-01-10 15:47:30
urls.ResolverMatch.args
  • References/Python/Django/API/django.urls utility functions

args The arguments that would be passed to the view function, as parsed from the URL.

2025-01-10 15:47:30
auth.signals.user_logged_out()
  • References/Python/Django/API/contrib packages/django.contrib.auth

user_logged_out() Sent when the logout method is called. sender

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

fields A tuple of fields whose values are cleaned and subsequently combined into a single value. Each value of the field is

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

semi_major Returns the semi major axis of the ellipsoid for this spatial reference.

2025-01-10 15:47:30