db.models.Variance
  • References/Python/Django/API/Models/QuerySet API reference

class Variance(expression, sample=False, **extra) [source] Returns the variance of the data

2025-01-10 15:47:30
sessions.backends.base.SessionBase.get_expire_at_browser_close()
  • References/Python/Django/Guides

get_expire_at_browser_close() Returns either True or False, depending on whether the user’s session

2025-01-10 15:47:30
db.models.Options.verbose_name
  • References/Python/Django/API/Models/Model Meta options

Options.verbose_name A human-readable name for the object, singular:

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

skew Skew coefficients used to georeference the raster, as a point object with x and y members. In

2025-01-10 15:47:30
template.Engine.select_template()
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

Engine.select_template(self, template_name_list) [source] Like get_template()

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

output_field Defines the type of class returned by the get_lookup() method. It must be a

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

AdminSite.password_change_template Path to a custom template that will be used by the admin site password change view.

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

class FileInput [source] File upload input: <input type='file' ...>

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

ngettext_lazy(singular, plural, number) [source]

2025-01-10 15:47:30
shortcuts.redirect()
  • References/Python/Django/Guides

redirect(to, permanent=False, *args, **kwargs) [source] Returns an

2025-01-10 15:47:30