mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-23 08:21:49 -05:00
Add part of list to show audit trail by organization, still need to hook create to auto-establish the audit trail records.
This commit is contained in:
@@ -90,7 +90,7 @@ class Tag(models.Model):
|
||||
return True
|
||||
|
||||
|
||||
class AuditTrail(CommonModel):
|
||||
class AuditTrail(models.Model):
|
||||
'''
|
||||
changing any object records the change
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user