~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/database.py

  • Committer: William Grant
  • Date: 2009-05-12 13:23:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1247.
  • Revision ID: grantw@unimelb.edu.au-20090512132326-h31pxun9gm3k23bw
Don't show the group display name for now; it's not settable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
559
559
 
560
560
    @property
561
561
    def display_name(self):
562
 
        return '%s (%s)' % (self.nick, self.name)
 
562
        return self.name
563
563
 
564
564
    def get_projects(self, offering=None, active_only=True):
565
565
        '''Find projects that the group can submit.