refactor(projects): remove project membership access model
This commit is contained in:
@@ -40,12 +40,6 @@ AUDITLOG_INCLUDE_TRACKING_MODELS = [
|
||||
"serialize_data": True,
|
||||
"serialize_auditlog_fields_only": True,
|
||||
},
|
||||
{
|
||||
"model": "projects.ProjectMembership",
|
||||
"exclude_fields": COMMON_EXCLUDED_FIELDS,
|
||||
"serialize_data": True,
|
||||
"serialize_auditlog_fields_only": True,
|
||||
},
|
||||
{
|
||||
"model": "tags.Tag",
|
||||
"exclude_fields": COMMON_EXCLUDED_FIELDS,
|
||||
|
||||
Reference in New Issue
Block a user