Changeset c8cdfbe for telemeta/models/enum.py
- Timestamp:
- 05/02/12 15:28:49 (13 months ago)
- 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)
- File:
-
- 1 edited
-
telemeta/models/enum.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/models/enum.py
r2444cce rc8cdfbe 163 163 ordering = ['ethnic_group__value'] 164 164 165 165 166 # Tape formats 166 167 class WheelDiameter(Enumeration): … … 200 201 201 202 class OriginalFormat(Enumeration): 202 " Original format"203 "Item original format" 203 204 204 205 class Meta(MetaEnumeration):
Note: See TracChangeset
for help on using the changeset viewer.
