From fbcf635a60dd28d705c657c28cb46f468ea86072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Wed, 11 Sep 2019 11:28:07 +0200 Subject: [PATCH] mendfixed REST calendars for python 3.x --- server/src/uds/models/calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/uds/models/calendar.py b/server/src/uds/models/calendar.py index 2cc86cfd..52f4aa3d 100644 --- a/server/src/uds/models/calendar.py +++ b/server/src/uds/models/calendar.py @@ -52,7 +52,7 @@ class Calendar(UUIDModel, TaggingMixin): modified = models.DateTimeField(auto_now=True) # Sobmodels - rules: CalendarRule + rules: 'CalendarRule' class Meta: """