forms.DateField
  • References/Python/Django/API/Forms/Form fields

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

2025-01-10 15:47:30
core.validators.EmailValidator
  • References/Python/Django/API/Validators

class EmailValidator(message=None, code=None, whitelist=None) [source]

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

class Driver(dr_input) The Driver class is used internally to wrap an OGR DataSource driver.

2025-01-10 15:47:30
views.generic.detail.SingleObjectMixin.get_slug_field()
  • References/Python/Django/API/Single object mixins

get_slug_field() Returns the name of a slug field to be used to look up by slug. By default this simply returns the value of

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

layer_count Returns the number of layers in the data source.

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

email_user(subject, message, from_email=None, **kwargs) Sends an email to the user. If from_email is None

2025-01-10 15:47:30
gis.db.models.functions.AsGeoJSON
  • References/Python/Django/API/Geographic Database Functions

class AsGeoJSON(expression, bbox=False, crs=False, precision=8, **extra) Availability: PostGIS, SpatiaLite

2025-01-10 15:47:30
postgres.forms.DateTimeRangeField
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

class DateTimeRangeField [source] Based on

2025-01-10 15:47:30
views.generic.base.View.http_method_not_allowed()
  • References/Python/Django/API/Built-in class-based views API/Base views

http_method_not_allowed(request, *args, **kwargs) If the view was called with a HTTP method it doesn’t support, this method

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

expand_to_include(*args)

2025-01-10 15:47:30