mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-04 07:51:58 -05:00
Fix some inconsistencies after the merge
This commit is contained in:
@@ -346,7 +346,7 @@ class ActivityStream(models.Model):
|
||||
('disaassociate', _("Entity was Disassociated with another Entity"))
|
||||
]
|
||||
|
||||
user = models.ForeignKey('auth.User', null=True, on_delete=SET_NULL)
|
||||
user = models.ForeignKey('auth.User', null=True, on_delete=models.SET_NULL)
|
||||
operation = models.CharField(max_length=9, choices=OPERATION_CHOICES)
|
||||
timestamp = models.DateTimeField(auto_now_add=True)
|
||||
changes = models.TextField(blank=True)
|
||||
|
||||
Reference in New Issue
Block a user