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

Class InstrumentAliasRelation

source code

??-195 --+
         |
        InstrumentAliasRelation

Instrument family other name

Nested Classes [hide private]
  Meta
Instance Methods [hide private]
 
__unicode__(self) source code
Class Variables [hide private]
  alias = ForeignKey('InstrumentAlias', related_name= "other_nam...
  instrument = ForeignKey('InstrumentAlias', related_name= "rela...
Class Variable Details [hide private]

alias

Value:
ForeignKey('InstrumentAlias', related_name= "other_name", verbose_name\
= _('alias'))

instrument

Value:
ForeignKey('InstrumentAlias', related_name= "relation", verbose_name= \
_('instrument'))