1👍
✅
In your views.py change thing.useredit = request.user
this to thing.useredit = request.user.username
Source:stackexchange.com
1👍
In your views.py change thing.useredit = request.user
this to thing.useredit = request.user.username