mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25833 -- Added support for non-atomic migrations.
Added the Migration.atomic attribute which can be set to False for non-atomic migrations.
This commit is contained in:
@@ -258,6 +258,9 @@ Migrations
|
||||
:class:`~django.db.migrations.operations.RunPython` operations to allow them
|
||||
to be removed when squashing migrations.
|
||||
|
||||
* Added support for :ref:`non-atomic migrations <non-atomic-migrations>` by
|
||||
setting the ``atomic`` attribute on a ``Migration``.
|
||||
|
||||
Models
|
||||
~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user