implement a default ordering for ActivityStream

This commit is contained in:
AlanCoding
2016-05-17 11:24:13 -04:00
parent b2d7918912
commit a7fed53efc
2 changed files with 19 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ class ActivityStream(models.Model):
class Meta:
app_label = 'main'
ordering = ('pk',)
OPERATION_CHOICES = [
('create', _('Entity Created')),