admin.ModelAdmin.history_view()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.history_view(request, object_id, extra_context=None) [source] Django view for

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

Field.auto_created Boolean flag that indicates if the field was automatically created, such as the OneToOneField

2025-01-10 15:47:30
apps.AppConfig.ready()
  • References/Python/Django/API/Applications

AppConfig.ready() [source] Subclasses can override this method to perform initialization

2025-01-10 15:47:30
http.HttpRequest.get_host()
  • References/Python/Django/API/Request and response objects

HttpRequest.get_host() [source] Returns the originating host of the request using information

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

class django.views.generic.base.ContextMixin Methods

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

SchemaEditor.connection A connection object to the database. A useful attribute of the connection is alias which

2025-01-10 15:47:30
template.response.TemplateResponse
  • References/Python/Django/API/Templates/TemplateResponse and SimpleTemplateResponse

class TemplateResponse [source] TemplateResponse is a subclass of Sim

2025-01-10 15:47:30
postgres.forms.FloatRangeField
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

class FloatRangeField [source] Based on

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

BaseDatabaseSchemaEditor.alter_db_table(model, old_db_table, new_db_table) [source] Renames

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

class TextInput [source] Text input: <input type="text" ...>

2025-01-10 15:47:30