utils.translation.ngettext_lazy()
  • References/Python/Django/API/Django Utils

ngettext_lazy(singular, plural, number) [source]

2025-01-10 15:47:30
Class-based views mixins
  • References/Python/Django/API/Built-in class-based views API/Class-based views mixins

Class-based views API reference. For introductory material, see Using mixins with class-based views. Simple

2025-01-10 15:47:30
db.models.Aggregate.template
  • References/Python/Django/API/Models/Query Expressions

template A class attribute, as a format string, that describes the SQL that is generated for this aggregate. Defaults to '%(function)s(

2025-01-10 15:47:30
auth.models.Group
  • References/Python/Django/API/contrib packages/django.contrib.auth

class models.Group

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

class IntegerField(**options) [source] An integer. Values from -2147483648 to

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

GeoQuerySet.scale(x, y, z=0.0, **kwargs) Deprecated since version 1.9:

2025-01-10 15:47:30
postgres.forms.SplitArrayField.remove_trailing_nulls
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

remove_trailing_nulls By default, this is set to False. When False, each value from the repeated fields

2025-01-10 15:47:30
gis.geos.GEOSGeometry.extent
  • References/Python/Django/API/GEOS API

GEOSGeometry.extent This property returns the extent of this geometry as a 4-tuple, consisting of (xmin, ymin, xmax, ymax)

2025-01-10 15:47:30
db.migrations.operations.AlterModelTable
  • References/Python/Django/API/Migration Operations

class AlterModelTable(name, table) [source] Changes the model’s table name (the

2025-01-10 15:47:30
auth.mixins.PermissionRequiredMixin.has_permission()
  • References/Python/Django/Guides

has_permission() Returns a boolean denoting whether the current user has permission to execute the decorated view. By default

2025-01-10 15:47:30