comparison 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
comparison
equal deleted inserted replaced
205:da46e77cd804 206:272d3a8c98e8
99 objects = OptionsManager() 99 objects = OptionsManager()
100 100
101 def __unicode__(self): 101 def __unicode__(self):
102 return self.user.username 102 return self.user.username
103 103
104 class Meta:
105 verbose_name_plural = "Options"
104 106
105 # vim: ts=4 sw=4 107