Fixed TypeError that occurs without request data.
If no request data gets sent, allowed_extra_fields is a set and can't be joined to a tuple using the + operator.
Showing
Please
register
or
sign in
to comment
If no request data gets sent, allowed_extra_fields is a set and can't be joined to a tuple using the + operator.