postgres.aggregates.RegrSXX
  • References/Python/Django/API/PostgreSQL specific aggregation functions

class RegrSXX(y, x) [source] Returns sum(x^2) - sum(x)^2/N (“sum of squares”

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

Context.flatten() Using flatten() method you can get whole Context stack as one dictionary including

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
views.debug.SafeExceptionReporterFilter.get_traceback_frame_variables()
  • References/Python/Django/Guides: How-tos

SafeExceptionReporterFilter.get_traceback_frame_variables(request, tb_frame) [source] Returns

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
gis.geos.GEOSGeometry.boundary
  • References/Python/Django/API/GEOS API

GEOSGeometry.boundary Returns the boundary as a newly allocated Geometry object.

2025-01-10 15:47:30
contenttypes.fields.GenericForeignKey.for_concrete_model
  • References/Python/Django/API/contrib packages/The contenttypes framework

for_concrete_model If False, the field will be able to reference proxy models. Default is True. This

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

AdminSite.logout_template Path to a custom template that will be used by the admin site logout view.

2025-01-10 15:47:30
messages.storage.session.SessionStorage
  • References/Python/Django/API/contrib packages/The messages framework

class storage.session.SessionStorage This class stores all messages inside of the request’s session. Therefore it requires Django’s

2025-01-10 15:47:30
views.generic.edit.FormMixin.get_form()
  • References/Python/Django/API/Editing mixins

get_form(form_class=None) Instantiate an instance of form_class using get_form_kwargs(). If form_class

2025-01-10 15:47:30