summaryrefslogtreecommitdiff
path: root/apps/links/models.py
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2009-02-26 20:28:43 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2009-02-26 20:28:43 +0000
commit3fa6409e2bbe4adf67712abc1c14f27831127c0e (patch)
tree6e98c10e1b4e7bb7ed6bb98b17c43cc7c1ea67ee /apps/links/models.py
parentf01e43401b69a1540560dab2c359ad7574a8b8e4 (diff)
updated for delicious
Diffstat (limited to 'apps/links/models.py')
-rw-r--r--apps/links/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/links/models.py b/apps/links/models.py
index 00a6f54..4288351 100644
--- a/apps/links/models.py
+++ b/apps/links/models.py
@@ -20,7 +20,7 @@ DEBUG = 1
class Link(models.Model):
title = models.CharField(max_length=400)
- magnolia_id = models.CharField(max_length=20, blank=True, null=True)
+ magnolia_id = models.CharField(max_length=60, blank=True, null=True)
url = models.CharField(max_length=400)
description = models.TextField(blank=True, null=True)
screen_url = models.CharField(max_length=400, blank=True)