forms.ModelChoiceField.empty_label
  • References/Python/Django/API/Forms/Form fields

empty_label By default the <select> widget used by ModelChoiceField will have an empty choice

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

message The error message used by ValidationError if validation fails. Defaults to "Enter a valid email address"

2025-01-10 15:47:30
gis.db.models.Union
  • References/Python/Django/API/GeoQuerySet API Reference

class Union(geo_field) Availability: PostGIS, Oracle, SpatiaLite This method returns

2025-01-10 15:47:30
gis.db.models.Extent
  • References/Python/Django/API/GeoQuerySet API Reference

class Extent(geo_field) Availability: PostGIS, Oracle, SpatiaLite Returns the extent

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

class Scale(expression, x, y, z=0.0, **extra) Availability: PostGIS, SpatiaLite Accepts

2025-01-10 15:47:30
contenttypes.admin.GenericTabularInline
  • References/Python/Django/API/contrib packages/The contenttypes framework

class GenericTabularInline

2025-01-10 15:47:30
Built-in class-based views API
  • References/Python/Django/API/Built-in class-based views API

Class-based views API reference. For introductory material, see the Class-based views topic guide.

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

precision Returns the numeric precision of this field. This is meaningless (and set to zero) for non-numeric fields:

2025-01-10 15:47:30
template.loaders.base.Loader.get_template()
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

get_template(template_name, skip=None) [source] Returns a Template object for

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

Field.unique_for_month Like unique_for_date, but requires the field to be unique with respect to the month.

2025-01-10 15:47:30