You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the bane of my life. Line 845 in serializers.py needs to be changed to be a lot more helpful when a TypeError does occur.
If you have custom .save() methods and something goes wrong then DRF only gives you the exception message, which might be as useful as "X is not iterable". Can DRF perhaps include the traceback of the original TypeError or do anything a bit more useful than spit out a default message and swallow the original exception?