Class ForeignKey

Provide a many-to-one relation by adding a column to the local model to hold the remote value.

Declaration

class ForeignKey(ForeignObject)
source link

Documentation

By default ForeignKey will target the pk of the remote model but this
behavior can be changed by using the ``to_field`` argument.

Methods

Inherited methods

Subclasses

Reexports