diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index c89c65de5c..e1db701646 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -467,9 +467,9 @@ Migrations * A :ref:`generic mechanism to handle the deprecation of model fields ` was added. -* The :attr:`RunPython.noop ` - and :meth:`RunSQL.noop() ` class - attribute/method were added to ease in making ``RunPython`` and ``RunSQL`` +* The :meth:`RunPython.noop() ` + and :attr:`RunSQL.noop ` class + method/attribute were added to ease in making ``RunPython`` and ``RunSQL`` operations reversible. * The :class:`~django.db.migrations.operations.RunPython` and