gis.gdal.Feature.fields
  • References/Python/Django/API/GDAL API

fields Returns a list of the names of the fields of data associated with the feature. This will be the same for all features

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

ModelAdmin.ordering Set ordering to specify how lists of objects should be ordered in the Django admin views. This

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

ModelAdmin.response_add(request, obj, post_url_continue=None) [source] Determines the

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.operations.CreateExtension
  • References/Python/Django/API/Database migration operations

class CreateExtension(name) [source] An Operation subclass which installs PostgreSQL

2025-01-10 15:47:30
postgres.fields.ArrayField.size
  • References/Python/Django/API/PostgreSQL specific model fields

size This is an optional argument. If passed, the array will have a maximum size as specified

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

allow_files Optional. Either True or False. Default is True. Specifies whether files

2025-01-10 15:47:30
gis.widgets.OSMWidget
  • References/Python/Django/API/GeoDjango Forms API

class OSMWidget This widget uses an OpenStreetMap base layer (Mapnik) to display geographic objects on. template_name

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
postgres.fields.ArrayField
  • References/Python/Django/API/PostgreSQL specific model fields

class ArrayField(base_field, size=None, **options) [source] A field for storing lists of

2025-01-10 15:47:30