Commit ebfaff48 by benjaoming

order notifications

parent e2298191
......@@ -100,3 +100,4 @@ class Notification(models.Model):
db_table = settings.DB_TABLE_PREFIX + '_notification'
verbose_name = _(u'notification')
verbose_name_plural = _(u'notifications')
ordering = ('-id',)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment