mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed typo in transactions.txt
This commit is contained in:
parent
57296b4162
commit
f2a8e47cfd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue