diff options
| author | Haris Ibrahim K. V <blucalvin@gmail.com> | 2014-05-13 09:48:01 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-05-13 07:28:43 -0400 |
| commit | 81aeffccf32804aaf9343a32632e526fc6ec0f24 (patch) | |
| tree | 36a91cb55c89e4b6829e8e21875d69a74055a82e | |
| parent | 0bb90de869303f4e0fc9479391fde7c68b4088a0 (diff) | |
[1.7.x] Fixed typo in transactions.txt
Backport of f2a8e47cfd from master
| -rw-r--r-- | docs/topics/db/transactions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/transactions.txt b/docs/topics/db/transactions.txt index c5e78eb169..402c244c9c 100644 --- a/docs/topics/db/transactions.txt +++ b/docs/topics/db/transactions.txt @@ -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 |
