views.generic.dates.YearArchiveView

class YearArchiveView [source] A yearly archive page showing all available months in a given year. Objects with a date in the future are not displayed unless you set allow_future to True. Ancestors (MRO) django.views.generic.list.MultipleObjectTemplateResponseMixin django.views.generic.base.TemplateResponseMixin django.views.generic.dates.BaseYearArchiveView django.views.generic.dates.YearMixin django.views.generic.dates.BaseDateListView django.views.generic.list.MultipleObjectMixin django.v

admin.models.LogEntry.object_id

LogEntry.object_id The textual representation of the modified object’s primary key.

auth.is_staff

is_staff Returns True if the user is allowed to have access to the admin site.

postgres.aggregates.StringAgg.delimiter

delimiter Required argument. Needs to be a string.

gis.geoip.GeoIP.coords()

GeoIP.coords(query) Returns a coordinate tuple of (longitude, latitude).

gis.geoip.GeoIP.country_code()

GeoIP.country_code(query) Returns only the country code corresponding to the query.

messages.middleware.MessageMiddleware

class MessageMiddleware [source] Enables cookie- and session-based message support. See the messages documentation.

admin.AdminSite.index_title

AdminSite.index_title The text to put at the top of the admin index page (a string). By default, this is “Site administration”.

utils.timezone.get_default_timezone_name()

get_default_timezone_name() [source] Returns the name of the default time zone.

admin.models.LogEntry

class models.LogEntry The LogEntry class tracks additions, changes, and deletions of objects done through the admin interface.