db.models.ForeignKey.limit_choices_to
  • References/Python/Django/API/Models/Model field reference

ForeignKey.limit_choices_to Sets a limit to the available choices for this field when this field is rendered using a ModelForm

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

identify_epsg() This method inspects the WKT of this SpatialReference and will add EPSG authority nodes where an

2025-01-10 15:47:30
core.files.storage.Storage.accessed_time()
  • References/Python/Django/API/File handling/File storage API

accessed_time(name) [source] Returns a naive datetime object containing the

2025-01-10 15:47:30
gis.utils.LayerMapping.save()
  • References/Python/Django/API/LayerMapping data import utility

LayerMapping.save(verbose=False, fid_range=False, step=False, progress=False, silent=False, stream=sys.stdout, strict=False) The

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

LogEntry.get_edited_object() A shortcut that returns the referenced object.

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

GeoIP.record_by_name(query)

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

parse_duration(value) [source] Parses a string and returns a

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

BoundField.html_name The name that will be used in the widget’s HTML name attribute. It takes the form prefix

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

angular_name Returns the name of the angular units.”

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

Field.required By default, each Field class assumes the value is required, so if you pass an empty value – either

2025-01-10 15:47:30