mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24109 -- Allowed RunSQL and RunPython operations to be elided.
Thanks to Markus Holtermann and Tim Graham for their review.
This commit is contained in:
@@ -239,6 +239,11 @@ Migrations
|
||||
|
||||
* Added support for serialization of ``enum.Enum`` objects.
|
||||
|
||||
* Added the ``elidable`` argument to the
|
||||
:class:`~django.db.migrations.operations.RunSQL` and
|
||||
:class:`~django.db.migrations.operations.RunPython` operations to allow them
|
||||
to be removed when squashing migrations.
|
||||
|
||||
Models
|
||||
~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user