db.models.Field.primary_key
  • References/Python/Django/API/Models/Model field reference

Field.primary_key If True, this field is the primary key for the model. If you

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

ForeignKey.to_field The field on the related object that the relation is to. By default, Django uses the primary key of the

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

FilePathField.allow_files Optional. Either True or False. Default is True. Specifies

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

lhs The left-hand side - what is being transformed. It must follow the Query Expression API

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

Options.required_db_vendor New in Django 1.9. Name

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

class Lower(expression, **extra) [source] Accepts a single text field or expression and returns

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

none() Calling none() will create a queryset that never returns any objects and no query will be executed when accessing the

2025-01-10 15:47:30
db.models.fields.related.RelatedManager.add()
  • References/Python/Django/API/Models/Related objects reference

add(*objs, bulk=True) Adds the specified model objects to the related object set. Example:

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

class lookups.RegisterLookupMixin A mixin that implements the lookup API on a class.

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

Model.__hash__() [source] The __hash__() method is based on the instance’s primary

2025-01-10 15:47:30