mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
Add a lot of basic serializers for some of the other object types. These may evolve.
This commit is contained in:
@@ -51,6 +51,8 @@ class AuditTrail(CommonModel):
|
||||
delta = models.TextField() # FIXME: switch to JSONField
|
||||
detail = models.TextField()
|
||||
comment = models.TextField()
|
||||
|
||||
# FIXME: this looks like this should be a ManyToMany
|
||||
tag = models.ForeignKey('Tag', on_delete=SET_NULL, null=True, blank=True)
|
||||
|
||||
class Organization(CommonModel):
|
||||
|
||||
Reference in New Issue
Block a user