1
0
mirror of https://github.com/django/django.git synced 2025-03-13 10:50:55 +00:00
Georgi Yanchev 64b1ac7292 Fixed #24529 -- Allowed double squashing of migrations.
Co-authored-by: Raphael Gaschignard <raphael@rtpg.co>
2025-01-22 10:56:30 +01:00

6 lines
141 B
Python

from django.db import migrations
class Migration(migrations.Migration):
operations = [migrations.RunPython(migrations.RunPython.noop)]