I want to use select_for_update(nowait=True) in my Django project with MySQL database, but MySQL does not support NOWAIT. I don\'t have to wait until t
select_for_update(nowait=True)
NOWAIT