db.models.options.Options.get_field()
  • References/Python/Django/API/Models/Model _meta API

Options.get_field(field_name) [source] Returns the field instance given a name of a field

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

override(language, deactivate=False) [source] A Python context manager that uses django

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
db.models.functions.datetime.ExtractMinute
  • References/Python/Django/API/Models/Database Functions

class ExtractMinute(expression, tzinfo=None, **extra) [source] lookup_name

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

fields Returns a list of the names of the fields of data associated with the feature. This will be the same for all features

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

description A verbose description of the field, e.g. for the django.contrib.admindocs application.

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

set_source_expressions(expressions) Takes a list of expressions and stores them such that get_source_expressions()

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

class SplitArrayField(base_field, size, remove_trailing_nulls=False) [source] This field

2025-01-10 15:47:30
postgres.search.SearchVector
  • References/Python/Django/API/Full text search

class SearchVector(*expressions, config=None, weight=None) [source] Searching against a single

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

get_success_url() Returns the url to redirect to when the nominated object has been successfully deleted. Returns success_url

2025-01-10 15:47:30