summaryrefslogtreecommitdiff
path: root/docs/ref/migration-operations.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/migration-operations.txt')
-rw-r--r--docs/ref/migration-operations.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/ref/migration-operations.txt b/docs/ref/migration-operations.txt
index bb5d451379..7e5f4d4784 100644
--- a/docs/ref/migration-operations.txt
+++ b/docs/ref/migration-operations.txt
@@ -281,10 +281,6 @@ be removed (elided) when :ref:`squashing migrations <migration-squashing>`.
.. _sqlparse: https://pypi.python.org/pypi/sqlparse
-.. versionadded:: 1.10
-
- The ``elidable`` argument was added.
-
``RunPython``
-------------
@@ -400,15 +396,6 @@ if ``atomic=True`` is passed to the ``RunPython`` operation.
you want the operation not to do anything in the given direction. This is
especially useful in making the operation reversible.
-.. versionadded:: 1.10
-
- The ``elidable`` argument was added.
-
-.. versionchanged:: 1.10
-
- The ``atomic`` argument default was changed to ``None``, indicating that
- the atomicity is controlled by the ``atomic`` attribute of the migration.
-
``SeparateDatabaseAndState``
----------------------------