Loading docs/releases/1.8.txt +3 −3 Original line number Diff line number Diff line Loading @@ -468,9 +468,9 @@ Migrations * A :ref:`generic mechanism to handle the deprecation of model fields <migrations-removing-model-fields>` was added. * The :attr:`RunPython.noop <django.db.migrations.operations.RunPython.noop>` and :meth:`RunSQL.noop() <django.db.migrations.operations.RunSQL.noop>` class attribute/method were added to ease in making ``RunPython`` and ``RunSQL`` * The :meth:`RunPython.noop() <django.db.migrations.operations.RunPython.noop>` and :attr:`RunSQL.noop <django.db.migrations.operations.RunSQL.noop>` class method/attribute were added to ease in making ``RunPython`` and ``RunSQL`` operations reversible. * The :class:`~django.db.migrations.operations.RunPython` and Loading Loading
docs/releases/1.8.txt +3 −3 Original line number Diff line number Diff line Loading @@ -468,9 +468,9 @@ Migrations * A :ref:`generic mechanism to handle the deprecation of model fields <migrations-removing-model-fields>` was added. * The :attr:`RunPython.noop <django.db.migrations.operations.RunPython.noop>` and :meth:`RunSQL.noop() <django.db.migrations.operations.RunSQL.noop>` class attribute/method were added to ease in making ``RunPython`` and ``RunSQL`` * The :meth:`RunPython.noop() <django.db.migrations.operations.RunPython.noop>` and :attr:`RunSQL.noop <django.db.migrations.operations.RunSQL.noop>` class method/attribute were added to ease in making ``RunPython`` and ``RunSQL`` operations reversible. * The :class:`~django.db.migrations.operations.RunPython` and Loading