db.models.Expression.convert_value()
  • References/Python/Django/API/Models/Query Expressions

convert_value(self, value, expression, connection, context) A hook allowing the expression to coerce value into

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

widget Must be a subclass of

2025-01-10 15:47:30
gis.geos.PreparedGeometry.contains_properly()
  • References/Python/Django/API/GEOS API

contains_properly(other)

2025-01-10 15:47:30
http.HttpResponse.set_cookie()
  • References/Python/Django/API/Request and response objects

HttpResponse.set_cookie(key, value='', max_age=None, expires=None, path='/', domain=None, secure=None, httponly=False) Sets

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

get_current_timezone_name() [source] Returns the name of the current

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

description The name or description of the band, if any.

2025-01-10 15:47:30
core.files.uploadedfile.UploadedFile
  • References/Python/Django/API/File handling/Uploaded Files and Upload Handlers

class UploadedFile [source] During file uploads, the actual file data is stored in

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

get_contents(origin) Returns the contents for a template given a Origin instance. This

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

class AdminSite(name='admin') [source] A Django administrative site is represented by an

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

import_xml(xml) Import spatial reference from XML.

2025-01-10 15:47:30