Browse Source

remove note about removing unsquashed testapp migrations

we already did it in #9414
Matt Westcott 2 years ago
parent
commit
42ed2dc30d

+ 0 - 1
wagtail/test/testapp/migrations/0001_squashed_0073_revisablechildmodel_secret_text.py

@@ -22,7 +22,6 @@ import wagtail.test.testapp.models
 
 class Migration(migrations.Migration):
 
-    # RemovedInWagtail50Warning: Remove the old individual migrations 0001-0073.
     replaces = [
         ("tests", "0001_initial"),
         ("tests", "0002_customimage_collections"),