-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ExhibitionPage related pages description (#1796)
- Loading branch information
1 parent
50e1fb1
commit 08c052b
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
etna/whatson/migrations/0019_exhibitionpage_related_pages_description.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,19 @@ | ||
# Generated by Django 5.1.5 on 2025-02-11 12:12 | ||
|
||
import wagtail.fields | ||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('whatson', '0018_exhibitionpage_short_title_whatsonpage_short_title_and_more'), | ||
] | ||
|
||
operations = [ | ||
migrations.AddField( | ||
model_name='exhibitionpage', | ||
name='related_pages_description', | ||
field=wagtail.fields.RichTextField(blank=True, help_text='The description to display for the related content section.'), | ||
), | ||
] |
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