Changeset 384677e


Ignore:
Timestamp:
Aug 11, 2011, 1:32:37 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Punt "(gets publicity)"

We don't want groups thinking that's the only way class affects them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/models.py

    rad5f090 r384677e  
    173173
    174174    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
    179176
    180177    class Meta:
Note: See TracChangeset for help on using the changeset viewer.