template.Template.render()
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

Template.render(context) [source] Call the Template object’s render()

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

class TimeField(auto_now=False, auto_now_add=False, **options) [source] A time, represented

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

date_field The name of the DateField or DateTimeField in the QuerySet’s model that the

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

year Optional The value for the year, as a string. By default, set to None, which means the year

2025-01-10 15:47:30
gis.measure.D
  • References/Python/Django/API/Measurement Objects

class D Alias for Distance class.

2025-01-10 15:47:30
gis.gdal.Feature.geom_type
  • References/Python/Django/API/GDAL API

geom_type Returns the type of geometry for this feature, as an OGRGeomType object. This will be the same for all

2025-01-10 15:47:30
gis.geos.PreparedGeometry.disjoint()
  • References/Python/Django/API/GEOS API

disjoint(other)

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

select_related(*fields) Returns a QuerySet that will “follow” foreign-key relationships, selecting additional related-object

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

HttpResponse.__delitem__(header) Deletes the header with the given name. Fails silently if the header doesn’t exist. Case-insensitive

2025-01-10 15:47:30
forms.MultiValueField.require_all_fields
  • References/Python/Django/API/Forms/Form fields

require_all_fields Defaults to True, in which case a required validation error will be raised if no

2025-01-10 15:47:30