views.generic.edit.FormMixin.get_initial()
  • References/Python/Django/API/Editing mixins

get_initial() Retrieve initial data for the form. By default, returns a copy of initial.

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

OneToOneField.parent_link When True and used in a model which inherits from another concrete

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

get_source_expressions() Returns an ordered list of inner expressions. For example:

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

delimiter This is an optional argument which defaults to a comma: ,. This value is used to split the submitted

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

size This is the fixed number of times the underlying field will be used.

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

class FloatField(**kwargs) [source] Default widget:

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

widget Must be a subclass of

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

convert_value(self, value, expression, connection, context) A hook allowing the expression to coerce value into

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

class BoundField [source] Used to display HTML or access attributes for a single field of

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

class Union(expr1, expr2, **extra) Availability: MySQL (≥ 5.6.1), PostGIS, Oracle, SpatiaLite Accepts

2025-01-10 15:47:30