diff options
| author | Jozef <knaperek@users.noreply.github.com> | 2019-01-02 23:56:25 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-01-02 17:56:41 -0500 |
| commit | fcb4d4dd9d0986a7df8713f6367375c3ff9688ff (patch) | |
| tree | 50a89111aabb0bdac8ae7a090022dc249db10913 | |
| parent | cca7ce609d122b2d14ab80c28e7f73f1b2ee5084 (diff) | |
[2.1.x] Fixed typo in docs/ref/migration-operations.txt.
Backport of 5bbf31634faad13658dc7bcaeb8139d8625e4349 from master.
| -rw-r--r-- | docs/ref/migration-operations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/migration-operations.txt b/docs/ref/migration-operations.txt index b45134b46d..8cd3ec9bb6 100644 --- a/docs/ref/migration-operations.txt +++ b/docs/ref/migration-operations.txt @@ -397,7 +397,7 @@ if ``atomic=True`` is passed to the ``RunPython`` operation. A highly specialized operation that let you mix and match the database (schema-changing) and state (autodetector-powering) aspects of operations. -It accepts two list of operations, and when asked to apply state will use the +It accepts two lists of operations, and when asked to apply state will use the state list, and when asked to apply changes to the database will use the database list. Do not use this operation unless you're very sure you know what you're doing. |
