Changeset b26026c
- Timestamp:
- Jan 6, 2010, 3:12:54 AM (16 years ago)
- Branches:
- master, client
- Children:
- ff294db
- Parents:
- f468e6d
- git-author:
- Alex Dehnert <adehnert@…> (01/06/10 03:12:54)
- git-committer:
- Alex Dehnert <adehnert@…> (01/06/10 03:12:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
treasury/finance_core/models.py
rf468e6d rb26026c 59 59 60 60 def indented_name(self): 61 return indent_str*self.depth + unicode(self)61 return self.indent_str*self.depth + unicode(self) 62 62 63 63 def __unicode__(self,):
Note: See TracChangeset
for help on using the changeset viewer.