views.generic.detail.SingleObjectMixin.query_pk_and_slug
  • References/Python/Django/API/Single object mixins

query_pk_and_slug If True, causes get_object() to perform its lookup using both the primary key and

2025-01-10 15:47:30
template.loaders.base.Loader
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

class Loader [source] Loads templates from a given source, such as the filesystem or a database

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

Field.one_to_many Boolean flag that is True if the field has a one-to-many relation, such as a GenericRelation

2025-01-10 15:47:30
gis.db.models.functions.ForceRHR
  • References/Python/Django/API/Geographic Database Functions

class ForceRHR(expression, **extra) Availability:

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
utils.dateparse.parse_duration()
  • References/Python/Django/API/Django Utils

parse_duration(value) [source] Parses a string and returns a

2025-01-10 15:47:30
gis.db.models.functions.MakeValid
  • References/Python/Django/API/Geographic Database Functions

class MakeValid(expr) New in Django 1.10.

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

Field.help_text The help_text argument lets you specify descriptive text for this Field. If you provide

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

keep_lazy(func, *resultclasses) [source] New

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

class django.views.generic.edit.ModelFormMixin A form mixin that works on ModelForms, rather than a standalone

2025-01-10 15:47:30