views.generic.dates.DayMixin.day_format
  • References/Python/Django/API/Date-based mixins

day_format The

2025-01-10 15:47:30
syndication.views.Feed
  • References/Python/Django/API/contrib packages/The syndication feed framework

class views.Feed This example illustrates all possible attributes and methods for a Feed class:

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

Options.unique_together Sets of field names that, taken together, must be unique:

2025-01-10 15:47:30
gis.admin.GeoModelAdmin
  • References/Python/Django/API/GeoDjango’s admin site

class GeoModelAdmin default_lon The default center

2025-01-10 15:47:30
apps.apps.ready
  • References/Python/Django/API/Applications

apps.ready Boolean attribute that is set to True after the registry is fully populated and all AppConfig

2025-01-10 15:47:30
postgres.aggregates.BoolOr
  • References/Python/Django/API/PostgreSQL specific aggregation functions

class BoolOr(expression, **extra) [source] Returns True if at least one input

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

paginate_by An integer specifying how many objects should be displayed per page. If this is given, the view will paginate objects

2025-01-10 15:47:30
sitemaps.Sitemap
  • References/Python/Django/API/contrib packages/The sitemap framework

class Sitemap [source] A Sitemap class can define the following methods/attributes:

2025-01-10 15:47:30
postgres.operations.CreateExtension
  • References/Python/Django/API/Database migration operations

class CreateExtension(name) [source] An Operation subclass which installs PostgreSQL

2025-01-10 15:47:30
core.checks.Info
  • References/Python/Django/API/System check framework

class Info(msg, hint=None, obj=None, id=None) [source]

2025-01-10 15:47:30