mirror of
https://github.com/django/django.git
synced 2025-08-23 18:29:12 +00:00
[1.8.x] Corrected naming of method and attribute
Backport of 335df82a3f13877220712090eb455a32eea87421 from master
This commit is contained in:
parent
617121cd4a
commit
29fa0e3c66
@ -467,9 +467,9 @@ Migrations
|
|||||||
* A :ref:`generic mechanism to handle the deprecation of model fields
|
* A :ref:`generic mechanism to handle the deprecation of model fields
|
||||||
<migrations-removing-model-fields>` was added.
|
<migrations-removing-model-fields>` was added.
|
||||||
|
|
||||||
* The :attr:`RunPython.noop <django.db.migrations.operations.RunPython.noop>`
|
* The :meth:`RunPython.noop() <django.db.migrations.operations.RunPython.noop>`
|
||||||
and :meth:`RunSQL.noop() <django.db.migrations.operations.RunSQL.noop>` class
|
and :attr:`RunSQL.noop <django.db.migrations.operations.RunSQL.noop>` class
|
||||||
attribute/method were added to ease in making ``RunPython`` and ``RunSQL``
|
method/attribute were added to ease in making ``RunPython`` and ``RunSQL``
|
||||||
operations reversible.
|
operations reversible.
|
||||||
|
|
||||||
* The :class:`~django.db.migrations.operations.RunPython` and
|
* The :class:`~django.db.migrations.operations.RunPython` and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user