diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2013-04-16 18:07:46 +0000 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2013-04-16 18:07:46 +0000 | 
| commit | 8b5c844698a1370813b41c52a098131b697dfdd6 (patch) | |
| tree | 6565cbb897ae02f320ce7750c62ce1de9f82f3aa /ishtar_common/models.py | |
| parent | d715b71f39fae579b79f9ce4fd3f9fb2a828311b (diff) | |
| parent | 5f353bdd79fe725c4a2384acbef11d223e371ce5 (diff) | |
| download | Ishtar-8b5c844698a1370813b41c52a098131b697dfdd6.tar.bz2 Ishtar-8b5c844698a1370813b41c52a098131b697dfdd6.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 | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 458802087..754944389 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -159,6 +159,7 @@ class GeneralType(models.Model):      class Meta:          abstract = True +        unique_together = (('txt_idx', 'available'),)      def __unicode__(self):          return self.label | 
