forked from shaba/openuds
mendfixed REST calendars for python 3.x
This commit is contained in:
parent
da0df6d407
commit
fbcf635a60
@ -52,7 +52,7 @@ class Calendar(UUIDModel, TaggingMixin):
|
||||
modified = models.DateTimeField(auto_now=True)
|
||||
|
||||
# Sobmodels
|
||||
rules: CalendarRule
|
||||
rules: 'CalendarRule'
|
||||
|
||||
class Meta:
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user