Ignore:
Timestamp:
05/02/12 15:28:49 (13 months ago)
Author:
yomguy <yomguy@…>
Branches:
master, crem, crem2, dev, diadems, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test
Children:
6c15164, 7566b3e, eb1356d, 6098b00, 57305a5
Parents:
2444cce
git-author:
yomguy <yomguy@…> (05/02/12 15:28:49)
git-committer:
yomguy <yomguy@…> (05/02/12 15:28:49)
Message:

add migrations, fix format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • telemeta/models/enum.py

    r2444cce rc8cdfbe  
    163163        ordering = ['ethnic_group__value'] 
    164164 
     165 
    165166# Tape formats 
    166167class WheelDiameter(Enumeration): 
     
    200201 
    201202class OriginalFormat(Enumeration): 
    202     "Original format" 
     203    "Item original format" 
    203204 
    204205    class Meta(MetaEnumeration): 
Note: See TracChangeset for help on using the changeset viewer.