db.models.ManyToManyField.symmetrical
  • References/Python/Django/API/Models/Model field reference

ManyToManyField.symmetrical Only used in the definition of ManyToManyFields on self. Consider the following model:

2025-01-10 15:47:30
db.models.Options.db_tablespace
  • References/Python/Django/API/Models/Model Meta options

Options.db_tablespace The name of the database tablespace to use for this model. The default is the

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

class UUIDField(**options) [source] A field for storing universally unique identifiers. Uses

2025-01-10 15:47:30
db.models.Transform.bilateral
  • References/Python/Django/API/Models/Lookup API reference

bilateral A boolean indicating whether this transformation should apply to both lhs and rhs. Bilateral

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

Field.db_index If True, a database index will be created for this field.

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

last() Works like first(), but returns the last object in the queryset.

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

class Min(expression, output_field=None, **extra) [source] Returns the minimum value of the

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

annotate(*args, **kwargs) Annotates each object in the QuerySet with the provided list of query

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

iterator() Evaluates the QuerySet (by performing the query) and returns an iterator (see

2025-01-10 15:47:30
db.models.Model.full_clean()
  • References/Python/Django/API/Models/Model instance reference

Model.full_clean(exclude=None, validate_unique=True) [source] This method calls Model

2025-01-10 15:47:30