Changeset 384677e
- Timestamp:
- Aug 11, 2011, 1:32:37 AM (14 years ago)
- Branches:
- master, space-access, stable, stage, test-hooks
- Children:
- cdc36fe
- Parents:
- 9879d18
- git-author:
- Alex Dehnert <adehnert@…> (08/11/11 01:32:37)
- git-committer:
- Alex Dehnert <adehnert@…> (08/11/11 01:32:37)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/models.py
rad5f090 r384677e 173 173 174 174 def __str__(self, ): 175 publicity = "no publicity" 176 if self.gets_publicity: 177 publicity = "gets publicity" 178 return "%s (%s)" % (self.name, publicity, ) 175 return self.name 179 176 180 177 class Meta:
Note: See TracChangeset
for help on using the changeset viewer.