utils.feedgenerator.SyndicationFeed.
  • References/Python/Django/API/Django Utils

__init__(title, link, description, language=None, author_email=None, author_name=None, author_link=None, subtitle=None, categories=None, feed_url=None, feed_copyright=None

2025-01-10 15:47:30
gis.geos.GEOSGeometry.valid
  • References/Python/Django/API/GEOS API

GEOSGeometry.valid Returns a boolean indicating whether the geometry is valid.

2025-01-10 15:47:30
db.models.Value
  • References/Python/Django/API/Models/Query Expressions

class Value(value, output_field=None) [source] A Value() object represents the

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
test.runner.DiscoverRunner.test_runner
  • References/Python/Django/Guides

DiscoverRunner.test_runner This is the class of the low-level test runner which is used to execute the individual tests and

2025-01-10 15:47:30
template.Context.get()
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

Context.get(key, otherwise=None) Returns the value for key if key is in the context, else returns

2025-01-10 15:47:30
views.generic.edit.FormMixin.get_prefix()
  • References/Python/Django/API/Editing mixins

get_prefix() Determine the

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

Field.unique_for_month Like unique_for_date, but requires the field to be unique with respect to the month.

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

time_format Similar to TimeInput.format

2025-01-10 15:47:30
views.generic.base.TemplateView
  • References/Python/Django/API/Built-in class-based views API/Base views

class django.views.generic.base.TemplateView Renders a given template, with the context containing parameters captured in the

2025-01-10 15:47:30