db.models.BigIntegerField
  • References/Python/Django/API/Models/Model field reference

class BigIntegerField(**options) [source] A 64-bit integer, much like an IntegerField

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

DateField.auto_now_add Automatically set the field to now when the object is first created. Useful for creation of timestamps

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

class Context(dict_=None) [source] This class lives at django.template.Context

2025-01-10 15:47:30
forms.Widget.attrs
  • References/Python/Django/API/Forms/Widgets

attrs A dictionary containing HTML attributes to be set on the rendered widget. >>>

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

paginate_orphans An integer specifying the number of “overflow” objects the last page can contain. This extends the paginate_by

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

ModelAdmin.ordering Set ordering to specify how lists of objects should be ordered in the Django admin views. This

2025-01-10 15:47:30
utils.html.format_html()
  • References/Python/Django/API/Django Utils

format_html(format_string, *args, **kwargs) [source] This is similar to

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.base.TemplateView
  • References/Python/Django/API/Built-in class-based views API/Base views

class django.views.generic.base.TemplateView Renders a given template, with the context containing parameters captured in the

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

FieldFile.name The name of the file including the relative path from the root of the

2025-01-10 15:47:30