Changeset 49edfe4
- Timestamp:
- 05/02/12 16:33:40 (13 months ago)
- Branches:
- instru_search
- Parents:
- b02f992 (diff), 57305a5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- yomguy <yomguy@…> (05/02/12 16:33:40)
- git-committer:
- yomguy <yomguy@…> (05/02/12 16:33:40)
- 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.
