We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af791b3 commit 84483cdCopy full SHA for 84483cd
pyconkr/external_apis/pretalx/serializers.py
@@ -47,7 +47,7 @@ class PretalxSessionSerializer(serializers.Serializer):
47
internal_notes = serializers.CharField(allow_null=True, allow_blank=True)
48
content_locale = serializers.CharField()
49
50
- slot = PretalxSlotSerializer()
+ slot = PretalxSlotSerializer(allow_null=True)
51
duration = serializers.IntegerField(allow_null=True)
52
do_not_record = serializers.BooleanField()
53
is_featured = serializers.BooleanField()
0 commit comments