Skip to content

Commit 0d93cbb

Browse files
committed
feedback 2
1 parent d1c6872 commit 0d93cbb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/interact-data/transactions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ manually start a session before running a transaction.
4444
{+django-odm+}'s support for the {+framework+} transaction API
4545
has several limitations. To view a list of limitations, see
4646
:ref:`Database and Collection Support <django-feature-compat-db-coll>`
47-
in the Django and MongoDB Feature Compatibility guide.
47+
in the {+framework+} and MongoDB Feature Compatibility guide.
4848

4949
Sample Data
5050
~~~~~~~~~~~
@@ -129,7 +129,7 @@ the atomic block, you might obscure these errors from {+framework+}. Since
129129
{+framework+} uses errors to determine whether to commit or roll
130130
back a transaction, this can cause unexpected behavior.
131131

132-
If a transaction does not succeed, Django does not revert any changes made
132+
If a transaction does not succeed, {+framework+} does not revert any changes made
133133
to a model's fields. To avoid inconsistencies between your models and database documents,
134134
you might need to manually restore the original field values.
135135

source/limitations-upcoming.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Database and Collection Support
250250
- ✓
251251

252252
* - Transactions
253-
- *Partially Supported*. You can use {+framework+}'s transactions API with the
253+
- You can use {+framework+}'s transactions API with the
254254
following limitations:
255255

256256
- ``QuerySet.union()`` is not supported within a transaction.
@@ -259,7 +259,7 @@ Database and Collection Support
259259
a transaction, and any subsequent atomic blocks have no effect.
260260
- Migration operations do not run inside a transaction.
261261
- Your MongoDB deployment must be a replica set or sharded cluster.
262-
- *Partially Supported*.
262+
-
263263

264264
Django Features
265265
---------------

0 commit comments

Comments
 (0)