diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-04-16 19:51:03 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-04-16 19:51:03 +0200 | 
| commit | 81648f176e907b506b4cf631ac2208960cafb1c2 (patch) | |
| tree | 3f7a8972ea062eaf58478d0b8a353fa3052912f9 /ishtar_common/models.py | |
| parent | ac3c14229597320e5c1990393d224008f0b9ed0a (diff) | |
| download | Ishtar-81648f176e907b506b4cf631ac2208960cafb1c2.tar.bz2 Ishtar-81648f176e907b506b4cf631ac2208960cafb1c2.zip | |
Small fix on DBF import - generate a "fr" initial_data instead of a generic
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 | 
