Changeset 71a8bde


Ignore:
Timestamp:
05/24/12 15:12:29 (12 months ago)
Author:
yomguy <yomguy@…>
Branches:
master, crem, crem2, dev, diadems, generic, lam, nlivemulti, release/1.4.4, storage
Children:
3901268
Parents:
39a8813
git-author:
yomguy <yomguy@…> (05/24/12 15:12:29)
git-committer:
yomguy <yomguy@…> (05/24/12 15:12:29)
Message:

fix format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • telemeta/models/format.py

    r91567b1 r71a8bde  
    8686 
    8787    def __unicode__(self): 
    88         if self.original_format: 
    89             return self.original_format 
     88        if self.physical_format: 
     89            return self.physical_format.value 
    9090        else: 
    91             return 'unknown' 
     91            return 'Unknown' 
    9292 
    9393    @property 
Note: See TracChangeset for help on using the changeset viewer.