-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Delete YoutubeRegretsReporterExtensionPage (#12573)
* Feature: Remove YoutubeRegretsReporterExtensionPage * Fix: Remove unused import * Feature: Migration files for YoutubeRegretsReporterExtensionPage model deletion
- Loading branch information
1 parent
f1cbc31
commit 52a2fdb
Showing
6 changed files
with
16 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
...api/networkapi/wagtailpages/migrations/0143_delete_youtuberegretsreporterextensionpage.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Generated by Django 4.2.11 on 2024-07-03 23:27 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
("wagtailpages", "0142_alter_blogindexpage_callout_box"), | ||
] | ||
|
||
operations = [ | ||
migrations.DeleteModel( | ||
name="YoutubeRegretsReporterExtensionPage", | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 0 additions & 19 deletions
19
.../wagtailpages/pages/regrets-reporter-landing-page/youtube_regrets_reporter_extension.html
This file was deleted.
Oops, something went wrong.