diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2015-01-08 18:00:04 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-09 10:31:32 -0500 |
| commit | c8bac4b556cf4716dc9003e5da48060cb72ba7cb (patch) | |
| tree | 8d75e220aa544e30a3b7582ff26fa701562437b4 /docs/releases | |
| parent | 67d6a8c4e66c379111d0acf4552e162356917dd7 (diff) | |
Fixed #24098 -- Added no-op attributes to RunPython and RunSQL
Thanks Loïc Bistuer and Tim Graham for the discussion and review.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.8.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 3a522ee741..427ec5d493 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -457,6 +457,11 @@ 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`` + operations reversible. + Models ^^^^^^ |
