Closed nezhar closed 3 years ago
The pre_auth signal was using serializer data which was changed to write_only with the release of drf 3.12. The behavior was changed and it now uses the data directly from the request.
pre_auth
write_only
drf 3.12
The
pre_auth
signal was using serializer data which was changed towrite_only
with the release ofdrf 3.12
. The behavior was changed and it now uses the data directly from the request.