From 29fa0e3c6663a45cc17163d7b48c3718e1e5a574 Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Tue, 27 Jan 2015 19:42:48 +0100 Subject: [PATCH] [1.8.x] Corrected naming of method and attribute Backport of 335df82a3f13877220712090eb455a32eea87421 from master --- docs/releases/1.8.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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