diff options
| author | root <root@viserion.(none)> | 2013-04-16 18:07:46 +0000 | 
|---|---|---|
| committer | root <root@viserion.(none)> | 2013-04-16 18:07:46 +0000 | 
| commit | 868f86846e38348eea76578b4c9803d3dbda6bfe (patch) | |
| tree | 6565cbb897ae02f320ce7750c62ce1de9f82f3aa /ishtar_common/models.py | |
| parent | 4711f0a23011c10804aa6c5d874400479806c246 (diff) | |
| parent | 2980c718ee8c69c2fa055045a682e310107acb67 (diff) | |
| download | Ishtar-868f86846e38348eea76578b4c9803d3dbda6bfe.tar.bz2 Ishtar-868f86846e38348eea76578b4c9803d3dbda6bfe.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  | 
