Package telemeta :: Package models :: Module core :: Class ForeignKey
[hide private]
[frames] | no frames]

Class ForeignKey

source code

django.db.models.ForeignKey --+
                              |
                             ForeignKey

The constructor arguments of this ForeignKey are normalized with normalize_field(), however the field is marked required by default unless it is allowed to be null.

Instance Methods [hide private]
 
__init__(self, to, **kwargs) source code