Form handling with class-based views
  • References/Python/Django/Guides

Form processing generally has 3 paths: Initial GET (blank or prepopulated form) POST with invalid data (typically

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

class ModelMultipleChoiceField(**kwargs) [source] Default widget:

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

class apps.AdminConfig This is the default

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

ewkt Returns the EWKT representation of this geometry.

2025-01-10 15:47:30
gis.gdal.GeometryCollection.add()
  • References/Python/Django/API/GDAL API

add(geom) Adds a geometry to this geometry collection. Not applicable to other geometry types.

2025-01-10 15:47:30
utils.log.RequireDebugTrue
  • References/Python/Django/Guides

class RequireDebugTrue [source] This filter is similar to RequireDebugFalse

2025-01-10 15:47:30
gis.utils.mapping()
  • References/Python/Django/API/OGR Inspection

mapping(data_source, geom_name='geom', layer_key=0, multi_geom=False)

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

get_user_permissions(user_obj, obj=None) Returns the set of permission strings the user_obj has from their own

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

as_datetime() Returns the value of the field as a tuple of date and time components:

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

class DateField(**kwargs) [source] Default widget:

2025-01-10 15:47:30