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:
Michael DeHaan
2013-03-23 17:07:24 -04:00
parent cd0fee5406
commit 519b5ab77c
3 changed files with 5 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ class Tag(models.Model):
return True
class AuditTrail(CommonModel):
class AuditTrail(models.Model):
'''
changing any object records the change
'''