forms.Field.widget
  • References/Python/Django/API/Forms/Form fields

Field.widget The widget argument lets you specify a Widget class to use when rendering this Field

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

learn_cache_key(request, response, cache_timeout=None, key_prefix=None) [source] Learns what

2025-01-10 15:47:30
db.backends.base.schema.BaseDatabaseSchemaEditor.execute()
  • References/Python/Django/API/SchemaEditor

BaseDatabaseSchemaEditor.execute(sql, params=[]) [source] Executes the SQL statement passed

2025-01-10 15:47:30
postgres.functions.TransactionNow
  • References/Python/Django/API/PostgreSQL specific database functions

class TransactionNow [source] New in Django 1

2025-01-10 15:47:30
postgres.fields.RangeField.range_type
  • References/Python/Django/API/PostgreSQL specific model fields

range_type The psycopg2 range type to use.

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

related_query_name The relation on the related object back to this object doesn’t exist by default. Setting related_query_name

2025-01-10 15:47:30
views.generic.dates.DateMixin.allow_future
  • References/Python/Django/API/Date-based mixins

allow_future A boolean specifying whether to include “future” objects on this page, where “future” means objects in which the

2025-01-10 15:47:30
core.files.uploadhandler.TemporaryFileUploadHandler
  • References/Python/Django/API/File handling/Uploaded Files and Upload Handlers

class TemporaryFileUploadHandler [source] Upload handler that streams data into a temporary

2025-01-10 15:47:30
postgres.search.SearchVectorField
  • References/Python/Django/API/Full text search

class SearchVectorField [source] If this approach becomes too slow, you can add a

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

ModelAdmin.view_on_site Set view_on_site to control whether or not to display the “View on site” link. This link

2025-01-10 15:47:30