Changeset 57305a5
- Timestamp:
- 05/02/12 16:33:35 (14 months ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, generic, instru_search, lam, nlivemulti, release/1.4.4, security, social, storage, test
- Children:
- 54cb70b, 84ccc98, 1d503bb, 7566b3e, eb1356d, 49edfe4
- Parents:
- 03ca023
- git-author:
- yomguy <yomguy@…> (05/02/12 16:33:35)
- git-committer:
- yomguy <yomguy@…> (05/02/12 16:33:35)
- Location:
- telemeta
- Files:
-
- 2 edited
-
models/format.py (modified) (1 diff)
-
views/base.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/models/format.py
rc8cdfbe r57305a5 83 83 84 84 def __unicode__(self): 85 return self.original_ code85 return self.original_format 86 86 87 87 @property -
telemeta/views/base.py
r03ca023 r57305a5 660 660 last_revision = None 661 661 662 physical_format = item.original_format .original_format662 physical_format = item.original_format 663 663 664 664 return render(request, template,
Note: See TracChangeset
for help on using the changeset viewer.
