Ignore:
Timestamp:
May 15, 2010, 9:10:26 PM (16 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, fysm-4-1, iframe, space-access, stable, stage, test-hooks
Children:
43e3c82
Parents:
80194d8
git-author:
Alex Dehnert <adehnert@…> (05/15/10 21:10:26)
git-committer:
Alex Dehnert <adehnert@…> (05/15/10 21:10:26)
Message:

Show category information in the admin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/models.py

    re8e7a0e r59e8bf3  
    3232class ActivityCategory(models.Model):
    3333    name = models.CharField(max_length=50)
     34
     35    def __str__(self, ):
     36        return self.name
Note: See TracChangeset for help on using the changeset viewer.