Skip to content
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

Make Wagtail 2.10 compatible #188

Merged
merged 12 commits into from
Aug 25, 2020

Conversation

jjanssen
Copy link
Member

@jjanssen jjanssen commented Aug 24, 2020

  • Added official support for Wagtail 2.9 and 2.10
  • Make the permission can_delete compatible with Wagtail 2.10
  • Make the page method move compatible with Wagtail 2.10
  • Dropped support for Wagtail versions earlier than 2.7 (LTS)
  • Replace deprecated ugettext, ugettext_lazy with gettext and gettext_lazy
  • Replace deprecated force_text with force_str

Fixes #186

Copy link
Contributor

@leewesleyv leewesleyv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor suggestion

setup.py Show resolved Hide resolved
@jjanssen jjanssen removed the request for review from mikedingjan August 25, 2020 13:23
@jjanssen jjanssen merged commit 7b62123 into wagtail:master Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wagtail 2.10 can_delete() got an unexpected keyword argument 'ignore_bulk'
2 participants