gis.forms.MultiPolygonField
  • References/Python/Django/API/GeoDjango Forms API

class MultiPolygonField

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

ll The lower-left coordinate, as a tuple.

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

ModelAdmin.get_form(request, obj=None, **kwargs) [source] Returns a

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

width Returns the width of this field: >>>

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

Model.__str__() [source] The __str__() method is called whenever you call str()

2025-01-10 15:47:30
forms.CheckboxInput
  • References/Python/Django/API/Forms/Widgets

class CheckboxInput [source] Checkbox: <input type='checkbox' ...>

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

Model.get_deferred_fields() [source] A helper method that returns a set containing the attribute

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

ModelAdmin.filter_vertical Same as

2025-01-10 15:47:30
gis.db.models.GeoManager
  • References/Python/Django/API/GeoDjango Model API

class GeoManager The GeoManager is required in order to use the legacy GeoQuerySet Methods

2025-01-10 15:47:30
views.decorators.http.require_POST()
  • References/Python/Django/Guides

require_POST() Decorator to require that a view only accepts the POST method.

2025-01-10 15:47:30