mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Keep publish_scheduled_pages command as an alias to publish_scheduled
This commit is contained in:
parent
e4d34da9ab
commit
375ea5f4b9
9
wagtail/management/commands/publish_scheduled_pages.py
Normal file
9
wagtail/management/commands/publish_scheduled_pages.py
Normal file
@ -0,0 +1,9 @@
|
||||
from wagtail.management.commands.publish_scheduled import (
|
||||
Command as PublishScheduledCommand,
|
||||
)
|
||||
|
||||
|
||||
class Command(PublishScheduledCommand):
|
||||
"""
|
||||
Alias for the publish_scheduled management command for backwards-compatibility.
|
||||
"""
|
Loading…
Reference in New Issue
Block a user