summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index 473d634fa..b7553d911 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -702,7 +702,7 @@ class OrganizationType(GeneralType):
class Organization(Address, OwnPerms, ValueGetter):
TABLE_COLS = ('name', 'organization_type',)
- name = models.CharField(_(u"Name"), max_length=100)
+ name = models.CharField(_(u"Name"), max_length=300)
organization_type = models.ForeignKey(OrganizationType,
verbose_name=_(u"Type"))
history = HistoricalRecords()