Package telemeta :: Package models :: Module instrument :: Class InstrumentRelation
[hide private]
[frames] | no frames]

Class InstrumentRelation

source code

??-199 --+
         |
        InstrumentRelation

Instrument family

Nested Classes [hide private]
  Meta
Instance Methods [hide private]
 
__unicode__(self) source code
Class Variables [hide private]
  instrument = ForeignKey('Instrument', related_name= "parent_re...
  parent_instrument = ForeignKey('Instrument', related_name= "ch...
Class Variable Details [hide private]

instrument

Value:
ForeignKey('Instrument', related_name= "parent_relation", verbose_name\
= _('instrument'))

parent_instrument

Value:
ForeignKey('Instrument', related_name= "child_relation", verbose_name=\
 _('parent instrument'))