diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2013-04-11 16:18:12 +0000 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2013-04-11 16:18:12 +0000 | 
| commit | 5a8f66d8349b00812a4a8b55317688a7832a10a3 (patch) | |
| tree | 1bdc68eac5c81c5bfafe287a659266ee8ad33d69 /ishtar_common/models.py | |
| parent | 176b0ebae664c68a2c25edf2823aad589953b2bc (diff) | |
| parent | 135a2370cfef4f3faea88cc6a1ab3f1eb797013d (diff) | |
| download | Ishtar-5a8f66d8349b00812a4a8b55317688a7832a10a3.tar.bz2 Ishtar-5a8f66d8349b00812a4a8b55317688a7832a10a3.zip | |
Merge branch 'master' of lysithea.proxience.net:/home/proxience/git/ishtar
Diffstat (limited to 'ishtar_common/models.py')
| -rw-r--r-- | ishtar_common/models.py | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/ishtar_common/models.py b/ishtar_common/models.py index fd5bb5871..3e428999e 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -163,6 +163,9 @@ class GeneralType(models.Model):      def __unicode__(self):          return self.label +    def short_label(self): +        return self.label +      @classmethod      def get_help(cls, dct={}, exclude=[]):          help_text = cls.HELP_TEXT | 
