Test tag and list add
This commit is contained in:
parent
6e6bcb2f48
commit
4d0e52bf51
6 changed files with 73 additions and 40 deletions
|
@ -82,7 +82,8 @@ class ActivityObject:
|
|||
if activity_objects:
|
||||
value = naive_parse(activity_objects, value)
|
||||
else:
|
||||
value = naive_parse(activity_objects, value, serializer=field.type)
|
||||
value = naive_parse(
|
||||
activity_objects, value, serializer=field.type)
|
||||
|
||||
except KeyError:
|
||||
if field.default == MISSING and \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue