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

ungettext_lazy(singular, plural, number) [source]

2025-01-10 15:47:30
views.decorators.vary.vary_on_cookie()
  • References/Python/Django/Guides

vary_on_cookie(func) [source]

2025-01-10 15:47:30
auth.forms.AuthenticationForm
  • References/Python/Django/Guides

class AuthenticationForm A form for logging a user in. Takes request as its first

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

GeoQuerySet.mem_size(**kwargs) Deprecated since version 1.9: Use

2025-01-10 15:47:30
views.generic.detail.DetailView
  • References/Python/Django/API/Built-in class-based views API/Generic display views

class django.views.generic.detail.DetailView While this view is executing, self.object will contain the object

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

class StringAgg(expression, delimiter) [source] Returns the input values concatenated into

2025-01-10 15:47:30
test.SimpleTestCase.assertTemplateNotUsed()
  • References/Python/Django/Guides

SimpleTestCase.assertTemplateNotUsed(response, template_name, msg_prefix='') [source] Asserts

2025-01-10 15:47:30
core.paginator.Page.has_other_pages()
  • References/Python/Django/Guides

Page.has_other_pages() [source] Returns True if there’s a next or previous

2025-01-10 15:47:30
auth.forms.UserChangeForm
  • References/Python/Django/Guides

class UserChangeForm A form used in the admin interface to change a user’s information and permissions.

2025-01-10 15:47:30
gis.gdal.Field.as_string()
  • References/Python/Django/API/GDAL API

as_string() Returns the value of the field as a string:

2025-01-10 15:47:30