mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 03:45:01 -02:30
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