Mercurial > public > sg101
diff gpp/forums/models.py @ 96:93d9e74a471e
Forums: added forum post counts for each user in the user profile.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 13 Sep 2009 18:43:08 +0000 |
parents | 62af8cd8f57b |
children | 96eec1ed0fd3 |
line wrap: on
line diff
--- a/gpp/forums/models.py Sun Sep 13 18:05:18 2009 +0000 +++ b/gpp/forums/models.py Sun Sep 13 18:43:08 2009 +0000 @@ -119,7 +119,7 @@ user_ip = models.IPAddressField(blank=True, default='', null=True) class Meta: - ordering = ('creation_date', ) + ordering = ('-creation_date', ) @models.permalink def get_absolute_url(self):