mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 17:07:33 -02:30
i18n
This commit is contained in:
@@ -4956,9 +4956,9 @@ class ActivityStreamSerializer(BaseSerializer):
|
|||||||
|
|
||||||
changes = serializers.SerializerMethodField()
|
changes = serializers.SerializerMethodField()
|
||||||
object_association = serializers.SerializerMethodField(
|
object_association = serializers.SerializerMethodField(
|
||||||
help_text="When present, shows the field name of the role or relationship that changed.")
|
help_text=_("When present, shows the field name of the role or relationship that changed."))
|
||||||
object_type = serializers.SerializerMethodField(
|
object_type = serializers.SerializerMethodField(
|
||||||
help_text="When present, shows the model on which the role or relationship was defined.")
|
help_text=_("When present, shows the model on which the role or relationship was defined."))
|
||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
def _local_summarizable_fk_fields(self):
|
def _local_summarizable_fk_fields(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user