8000 Remove revert to live feature by Aiky30 · Pull Request #6454 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

Remove revert to live feature #6454

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge conflicts with latest changes
  • Loading branch information
Andrew Aikman committed Jul 24, 2018
commit d3d30fa94268978770e83df94c837cdf9b43d9ca
5 changes: 2 additions & 3 deletions cms/tests/test_publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
from django.urls import reverse
from django.utils.translation import override as force_language

from cms.api import create_page, add_plugin, create_title
from cms.api import create_page, create_title
from cms.constants import PUBLISHER_STATE_PENDING, PUBLISHER_STATE_DEFAULT, PUBLISHER_STATE_DIRTY
from cms.management.commands.subcommands.publisher_publish import PublishCommand

from cms.models import Page, TreeNode, Title
from cms.plugin_pool import plugin_pool
from cms.test_utils.testcases import CMSTestCase as TestCase
from cms.test_utils.util.fuzzy_int import FuzzyInt
from cms.utils.urlutils import admin_reverse
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0