admin.ModelAdmin.get_list_display()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.get_list_display(request) [source] The get_list_display method is

2025-01-10 15:47:30
forms.MultipleHiddenInput.choices
  • References/Python/Django/API/Forms/Widgets

choices This attribute is optional when the form field does not have a choices attribute. If it does, it will override

2025-01-10 15:47:30
template.response.SimpleTemplateResponse.template_name
  • References/Python/Django/API/Templates/TemplateResponse and SimpleTemplateResponse

SimpleTemplateResponse.template_name The name of the template to be rendered. Accepts a backend-dependent template object (such

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

localtime(value, timezone=None) [source] Converts an aware

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
gis.geos.GEOSGeometry.wkb
  • References/Python/Django/API/GEOS API

GEOSGeometry.wkb Returns the WKB (Well-Known Binary) representation of this Geometry as a Python buffer. SRID value is not included

2025-01-10 15:47:30
core.files.images.ImageFile.width
  • References/Python/Django/API/File handling/The File object

width Width of the image in pixels.

2025-01-10 15:47:30
views.generic.list.MultipleObjectMixin.get_ordering()
  • References/Python/Django/API/Multiple object mixins

get_ordering() Returns a string (or iterable of strings) that defines the ordering that will be applied to the queryset

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

listdir(path) [source] Lists the contents of the specified path, returning a 2-tuple of lists;

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

GeoQuerySet.transform(srid=4326, **kwargs) Deprecated since version 1

2025-01-10 15:47:30