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

class GeoModelAdmin default_lon The default center

2025-01-10 15:47:30
gis.geoip.GeoIP.lat_lon()
  • References/Python/Django/API/Geolocation with GeoIP

GeoIP.lat_lon(query) Returns a coordinate tuple of (latitude, longitude),

2025-01-10 15:47:30
utils.timezone.make_naive()
  • References/Python/Django/API/Django Utils

make_naive(value, timezone=None) [source] Returns an naive

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

min The minimum pixel value of the band (excluding the “no data” value).

2025-01-10 15:47:30
forms.models.BaseInlineFormSet
  • References/Python/Django/Guides

class models.BaseInlineFormSet Inline formsets is a small abstraction layer on top of model formsets. These simplify the case

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
forms.Field.initial
  • References/Python/Django/API/Forms/Form fields

Field.initial The initial argument lets you specify the initial value to use when rendering this Field

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

class django.views.generic.edit.ProcessFormView A mixin that provides basic HTTP GET and POST workflow.

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

class FieldFile [source] When you access a FileField on a model, you are given

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

Form.cleaned_data Each field in a Form class is responsible not only for validating data, but also for “cleaning”

2025-01-10 15:47:30