resources.py
14.9 KB
-
Fixed TypeError that occurs without request data. · e3c00e4c
If no request data gets sent, allowed_extra_fields is a set and can't be joined to a tuple using the + operator.
Danilo Bargen committed
If no request data gets sent, allowed_extra_fields is a set and can't be joined to a tuple using the + operator.