mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 07:48:39 -05:00
implement a default ordering for ActivityStream
This commit is contained in:
@@ -16,6 +16,7 @@ class ActivityStream(models.Model):
|
||||
|
||||
class Meta:
|
||||
app_label = 'main'
|
||||
ordering = ('pk',)
|
||||
|
||||
OPERATION_CHOICES = [
|
||||
('create', _('Entity Created')),
|
||||
|
||||
Reference in New Issue
Block a user