1 min readJul 8, 2017
Django in general does not handle concurency for you but it does provide you with the tools to do so.
If you have “hot” objects being updated from both the app and the admin, you should override the default admin actions to protect against the scenario described in the article.