Commit 81aeffcc authored by Haris Ibrahim K. V's avatar Haris Ibrahim K. V Committed by Tim Graham
Browse files

[1.7.x] Fixed typo in transactions.txt

Backport of f2a8e47c from master
parent 0bb90de8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@ Django provides a single API to control database transactions.

    Open transactions have a performance cost for your database server. To
    minimize this overhead, keep your transactions as short as possible. This
    is especially important of you're using :func:`atomic` in long-running
    is especially important if you're using :func:`atomic` in long-running
    processes, outside of Django's request / response cycle.

Autocommit