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:27:33 -0400 |
| commit | f2a8e47cfd75f6135634a833f0a6a621909b4c3a (patch) | |
| tree | d6dae007e32e4e621bf0a6c04d57ab560e3cd931 | |
| parent | 57296b41624c37206d89275882eb71eca5157214 (diff) | |
Fixed typo in transactions.txt
| -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 0f6c03d834..6871e3e4a6 100644 --- a/docs/topics/db/transactions.txt +++ b/docs/topics/db/transactions.txt @@ -210,7 +210,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 |
