diff gpp/messages/models.py @ 206:272d3a8c98e8

Some minor tweaks made while rebuilding the development database after Ubuntu 10.04 install.
author Brian Neal <bgneal@gmail.com>
date Mon, 03 May 2010 02:49:31 +0000
parents 5c889b587416
children 76ba9478ebbd
line wrap: on
line diff
--- a/gpp/messages/models.py	Sat May 01 22:25:49 2010 +0000
+++ b/gpp/messages/models.py	Mon May 03 02:49:31 2010 +0000
@@ -101,5 +101,7 @@
     def __unicode__(self):
         return self.user.username
 
+    class Meta:
+        verbose_name_plural = "Options"
 
-# vim: ts=4 sw=4
+