0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00

remove note about removing unsquashed testapp migrations

we already did it in #9414
This commit is contained in:
Matt Westcott 2023-01-30 18:12:02 +00:00 committed by Matt Westcott
parent 2a6c4c6e1c
commit 42ed2dc30d

View File

@ -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"),