I have a Django model that can only be accessed using get_or_create(session=session), where session is a foreign key to another Django model.
Since I am
Threading is one problem, but get_or_create is broken for any serious usage in default isolation level of MySQL: