[SCM] live-studio branch, master, updated. be51da814fb12d25dce46a7f078a46f5c89bd777

Chris Lamb lamby at debian.org
Fri Jul 30 02:52:35 UTC 2010


The following commit has been merged in the master branch:
commit 5b18ec2219cbdfa479a1d32f9bf62f7460171f09
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jul 29 11:42:48 2010 -0400

    Set verbose_name_plural properly for queue.Entry.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/live_studio/queue/models.py b/live_studio/queue/models.py
index 580b6fd..b731703 100644
--- a/live_studio/queue/models.py
+++ b/live_studio/queue/models.py
@@ -16,3 +16,4 @@ class Entry(models.Model):
 
     class Meta:
         ordering = ('-enqueued',)
+        verbose_name_plural = 'Entries'

-- 
live-studio



More information about the debian-live-changes mailing list