forms.SelectDateWidget.months
  • References/Python/Django/API/Forms/Widgets

months An optional dict of months to use in the “months” select box. The keys of the dict correspond

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

ManyToManyField.db_constraint Controls whether or not constraints should be created in the database for the foreign keys in

2025-01-10 15:47:30
http.StreamingHttpResponse.streaming
  • References/Python/Django/API/Request and response objects

StreamingHttpResponse.streaming This is always True.

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

ModelAdmin.search_fields Set search_fields to enable a search box on the admin change list page. This should be

2025-01-10 15:47:30
views.generic.base.TemplateResponseMixin.template_name
  • References/Python/Django/API/Simple mixins

template_name The full name of a template to use as defined by a string. Not defining a template_name will raise

2025-01-10 15:47:30
sessions.base_session.AbstractBaseSession
  • References/Python/Django/Guides

class base_session.AbstractBaseSession New in Django 1.9.

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

class UUIDField(**options) [source] A field for storing universally unique identifiers. Uses

2025-01-10 15:47:30
views.i18n.json_catalog()
  • References/Python/Django/Guides

json_catalog(request, domain='djangojs', packages=None) [source]

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

class DurationField(**options) [source] A field for storing periods of time - modeled in

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

class BooleanField(**options) [source] A true/false field. The

2025-01-10 15:47:30