瀏覽代碼

Merge pull request #2549 from ThiefMaster/patch-1

Fix typo in task docs
Dmitry Malinovsky 10 年之前
父節點
當前提交
0cfacb7871
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/userguide/tasks.rst

+ 1 - 1
docs/userguide/tasks.rst

@@ -1550,7 +1550,7 @@ depending on state from the current transaction*:
 
 .. note::
     Django 1.6 (and later) now enables autocommit mode by default,
-    and ``commit_on_success``/``commit_manually`` are depreacated.
+    and ``commit_on_success``/``commit_manually`` are deprecated.
 
     This means each SQL query is wrapped and executed in individual
     transactions, making it less likely to experience the