mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Changed "ie." to "i.e." in docs.
This commit is contained in:
parent
476d4d5087
commit
1c2bf80acb
3 changed files with 3 additions and 4 deletions
|
@ -609,7 +609,7 @@ When autocommit is enabled, savepoints don't make sense. When it's disabled,
|
|||
commits before any statement other than ``SELECT``, ``INSERT``, ``UPDATE``,
|
||||
``DELETE`` and ``REPLACE``.) This bug has two consequences:
|
||||
|
||||
- The low level APIs for savepoints are only usable inside a transaction ie.
|
||||
- The low level APIs for savepoints are only usable inside a transaction i.e.
|
||||
inside an :func:`atomic` block.
|
||||
- It's impossible to use :func:`atomic` when autocommit is turned off.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue