mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #24098 -- Added no-op attributes to RunPython and RunSQL
Thanks Loïc Bistuer and Tim Graham for the discussion and review.
This commit is contained in:
parent
67d6a8c4e6
commit
c8bac4b556
25 changed files with 72 additions and 26 deletions
|
@ -9,5 +9,5 @@ class Migration(migrations.Migration):
|
|||
dependencies = [("migrations", "5_auto")]
|
||||
|
||||
operations = [
|
||||
migrations.RunPython(lambda apps, schema_editor: None)
|
||||
migrations.RunPython(migrations.RunPython.noop)
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue