From 94efdadfc949a46b12d53d0b898b63f8477c3f55 Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 7 Jan 2025 11:10:57 +0100 Subject: [PATCH] Adds agents to user serializer --- tournaments/models/custom_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tournaments/models/custom_user.py b/tournaments/models/custom_user.py index 8edccdd..140eea9 100644 --- a/tournaments/models/custom_user.py +++ b/tournaments/models/custom_user.py @@ -47,7 +47,7 @@ class CustomUser(AbstractUser): 'summons_message_body', 'summons_message_signature', 'summons_available_payment_methods', 'summons_display_format', 'summons_display_entry_fee', 'summons_use_full_custom_message', 'match_formats_default_duration', 'bracket_match_format_preference', - 'group_stage_match_format_preference', 'loser_bracket_match_format_preference', 'device_id', 'loser_bracket_mode'] + 'group_stage_match_format_preference', 'loser_bracket_match_format_preference', 'device_id', 'loser_bracket_mode', 'agents'] def __str__(self):