gis.db.models.functions.Translate
  • References/Python/Django/API/Geographic Database Functions

class Translate(expression, x, y, z=0.0, **extra) Availability: PostGIS, SpatiaLite Accepts

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

class django.views.generic.base.TemplateResponseMixin Provides a mechanism to construct a

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

date_format Similar to DateInput.format

2025-01-10 15:47:30
db.models.query.QuerySet.bulk_create()
  • References/Python/Django/API/Models/QuerySet API reference

bulk_create(objs, batch_size=None) This method inserts the provided list of objects into the database in an efficient manner

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

Field.blank If True, the field is allowed to be blank. Default is False. Note

2025-01-10 15:47:30
views.generic.detail.DetailView
  • References/Python/Django/API/Built-in class-based views API/Generic display views

class django.views.generic.detail.DetailView While this view is executing, self.object will contain the object

2025-01-10 15:47:30
db.models.Options.db_table
  • References/Python/Django/API/Models/Model Meta options

Options.db_table The name of the database table to use for the model:

2025-01-10 15:47:30
gis.db.models.MultiPointField
  • References/Python/Django/API/GeoDjango Model API

class MultiPointField

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

class MultipleHiddenInput [source] Multiple <input type='hidden' ...>

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

ModelAdmin.raw_id_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are ForeignKey

2025-01-10 15:47:30