diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2009-02-26 20:28:43 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2009-02-26 20:28:43 +0000 |
commit | 3fa6409e2bbe4adf67712abc1c14f27831127c0e (patch) | |
tree | 6e98c10e1b4e7bb7ed6bb98b17c43cc7c1ea67ee /apps/links/models.py | |
parent | f01e43401b69a1540560dab2c359ad7574a8b8e4 (diff) |
updated for delicious
Diffstat (limited to 'apps/links/models.py')
-rw-r--r-- | apps/links/models.py | 2 |
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) |