[SCM] live-studio branch, master, updated. 2e27599f6e1f216ae1080bc703276bf638c695ca

Chris Lamb lamby at debian.org
Sat Jul 31 00:04:20 UTC 2010


The following commit has been merged in the master branch:
commit 2e27599f6e1f216ae1080bc703276bf638c695ca
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Jul 30 20:02:56 2010 -0400

    Need to increase the size of the field too.

diff --git a/live_studio/config/models.py b/live_studio/config/models.py
index c876d05..f5acf66 100644
--- a/live_studio/config/models.py
+++ b/live_studio/config/models.py
@@ -55,7 +55,7 @@ class Config(models.Model):
     )
 
     installer = models.CharField(
-        max_length=4,
+        max_length=5,
         default='false',
         choices=(
             ('false', 'No installer integration'),

-- 
live-studio



More information about the debian-live-changes mailing list