Przeglądaj źródła

Patch for ticket #20506 - documentation type

yishaibeeri 12 lat temu
rodzic
commit
f077f89198
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/topics/db/transactions.txt

+ 1 - 1
docs/topics/db/transactions.txt

@@ -564,7 +564,7 @@ API changes
 Transaction middleware
 ~~~~~~~~~~~~~~~~~~~~~~
 
-In Django 1.6, ``TransactionMiddleware`` is deprecated and replaced
+In Django 1.6, ``TransactionMiddleware`` is deprecated and replaced by
 :setting:`ATOMIC_REQUESTS <DATABASE-ATOMIC_REQUESTS>`. While the general
 behavior is the same, there are two differences.