mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-18 04:01:11 +00:00
fixup! Add collection view restriction model
This commit is contained in:
parent
b2fbd91864
commit
eb16d1a2a2
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import django.db.models.deletion
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('wagtailcore', '0036_populate_page_last_published_at'),
|
||||
('wagtailcore', '0038_make_first_published_at_editable'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Loading…
Reference in a new issue