Skip to content
Commit 423b3afc authored by Ed Bartosh's avatar Ed Bartosh Committed by Tim Graham
Browse files

Fixed #25939 -- Removed redundant transaction in QuerySet.update_or_create().

There is no need to wrap the save() call in transaction.atomic() as
it's already done down the call stack in Model.save_base().
parent 5146e2cf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment