forms.Form.label_suffix
  • References/Python/Django/API/Forms/The Forms API

Form.label_suffix A translatable string (defaults to a colon (:) in English) that will be appended after any label

2025-01-10 15:47:30
db.models.query.QuerySet.earliest()
  • References/Python/Django/API/Models/QuerySet API reference

earliest(field_name=None) Works otherwise like latest() except the direction is changed.

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

class MultipleHiddenInput [source] Multiple <input type='hidden' ...>

2025-01-10 15:47:30
db.backends.base.schema.BaseDatabaseSchemaEditor.execute()
  • References/Python/Django/API/SchemaEditor

BaseDatabaseSchemaEditor.execute(sql, params=[]) [source] Executes the SQL statement passed

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

Model.__str__() [source] The __str__() method is called whenever you call str()

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

coords An alias for tuple.

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

smart_str(s, encoding='utf-8', strings_only=False, errors='strict') Alias of smart_bytes() on Python 2 and

2025-01-10 15:47:30
flatpages.models.FlatPage
  • References/Python/Django/API/contrib packages/The flatpages app

class FlatPage Flatpages are represented by a standard Django model, which lives in

2025-01-10 15:47:30
postgres.functions.TransactionNow
  • References/Python/Django/API/PostgreSQL specific database functions

class TransactionNow [source] New in Django 1

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

QueryDict.getlist(key, default=None) Returns the data with the requested key, as a Python list. Returns an empty list if the

2025-01-10 15:47:30