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

Update wagtail requirement from <2.10,>=2.7 to >=2.7,<2.11 #65

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 17, 2020

Updates the requirements on wagtail to permit the latest version.

Release notes

Sourced from wagtail's releases.

2.10

  • Added Django 3.1 support (Matt Westcott, Karl Hobley)
  • Removed support for Python 3.5
  • Implemented configurable moderation workflow (Jacob Topp-Mugglestone, Karl Hobley, Matt Westcott, Dan Braghis)
  • Implemented phrase searching and structured search query expressions (Karl Hobley)
  • Add ability to import redirects from an uploaded file (CSV, TSV, XLS, and XLSX) (Martin Sandström)
  • Added webpquality and format-webp-lossless image filters and WAGTAILIMAGES_WEBP_QUALITY setting (Nikolay Lukyanov)
  • Reorganised Dockerfile in project template to follow best practices (Tomasz Knapik, Jannik Wempe)
  • Added filtering to locked pages report (Karl Hobley)
  • Adds ability to view a group's users via standalone admin URL and a link to this on the group edit view (Karran Besen)
  • Redirect to previous url when deleting/copying/unpublish a page and modify this url via the relevant hooks (Ascani Carlo)
  • Added next_url keyword argument on register_page_listing_buttons and register_page_listing_more_buttons hooks (Ascani Carlo, Matt Westcott, LB (Ben Johnston))
  • AbstractEmailForm will use SHORT_DATETIME_FORMAT and SHORT_DATE_FORMAT Django settings to format date/time values in email (Haydn Greatnews)
  • AbstractEmailForm now has a separate method (render_email) to build up email content on submission emails (Haydn Greatnews)
  • Add pre_page_move and post_page_move signals (Andy Babic)
  • Add ability to sort search promotions on listing page (Chris Ranjana, LB (Ben Johnston))
  • Upgrade internal JS tooling; Node v10, Gulp v4 & Jest v23 (Jim Jazwiecki, Kim LaRocca, Thibaud Colas)
  • Add after_publish_page, before_publish_page, after_unpublish_page & before_unpublish_page hooks (Jonatas Baldin, Coen van der Kamp)
  • Add convenience page_url shortcut to improve how page URLs can be accessed from site settings in Django templates (Andy Babic)
  • Show more granular error messages from Pillow when uploading images (Rick van Hattem)
  • Add ordering to Site object, so that index page and Site switcher will be sorted consistently (Coen van der Kamp, Tim Leguijt)
  • Add Reddit to oEmbed provider list (Luke Hardwick)
  • Add ability to replace the default Wagtail logo in the userbar, via branding_logo block (Meteor0id)
  • Remove sticky footer on small devices, so that content is not blocked and more easily editable (Saeed Tahmasebi)
  • Add alt property to ImageRenditionField api representation (Liam Mullens)
  • Add purge_revisions management command to purge old page revisions (Jacob Topp-Mugglestone, Tom Dyson)
  • Render the Wagtail User Bar on non Page views (Caitlin White, Coen van der Kamp)
  • Add ability to define form_classname on ListBlock & StreamBlock (LB (Ben Johnston))
  • Add documentation about how to use Rustface for image feature detection (Neal Todd)
  • Improve performance of public/not_public queries in PageQuerySet (Timothy Bautista)
  • Add add_redirect static method to Redirect class for programmatic redirect creation (Brylie Christopher Oxley, Lacey Williams Henschel)
  • Add reference documentation for wagtail.contrib.redirects (LB (Ben Johnston))
  • bulk_delete page permission is no longer required to move pages, even if those pages have children (Robert Rollins, LB (Ben Johnston))
  • Add after_edit_snippet, after_create_snippet and after_delete_snippet hooks and documentation (Kalob Taulien)
  • Improve performance of empty search results by avoiding downloading the entire search index in these scenarios (Lars van de Kerkhof, Coen van der Kamp)
  • Replace gulp-sass with gulp-dart-sass to improve core development across different platforms (Thibaud Colas)
  • Add SVG icons to resolve accessibility and customisation issues and start using them in a subset of Wagtail's admin (Coen van der Kamp, Scott Cranfill, Thibaud Colas, Dan Braghis)
  • Switch userbar and header H1s to use SVG icons (Coen van der Kamp)
  • Remove markup around rich text rendering by default, provide a way to use old behaviour via wagtail.contrib.legacy.richtext (Coen van der Kamp, Dan Braghis)
  • Apply title length normalisation to improve ranking on PostgreSQL search (Karl Hobley)
  • Add WAGTAIL_TIME_FORMAT setting (Jacob Topp-Mugglestone)
  • Allow omitting the default editor from WAGTAILADMIN_RICH_TEXT_EDITORS (Gassan Gousseinov)
  • Disable password auto-completion on user creation form (Samir Shah)
  • Upgrade jQuery to version 3.5.1 to reduce penetration testing false positives (Matt Westcott)
  • Add ability to extend EditHandler without a children attribute (Seb Brown)
  • Page.objects.specific now gracefully handles pages with missing specific records (Andy Babic)
  • StreamField 'add' buttons are now disabled when maximum count is reached (Max Gabrielsson)
  • Use underscores for form builder field names to allow use as template variables (Ashia Zawaduk, LB (Ben Johnston))
  • Deprecate use of unidecode within form builder field names (Michael van Tellingen, LB (Ben Johnston))
  • Improve error feedback when editing a page with a missing model class (Andy Babic)
Changelog

Sourced from wagtail's changelog.

2.10 (11.08.2020)


 * Added Django 3.1 support (Matt Westcott, Karl Hobley)
 * Removed support for Python 3.5
 * Implemented configurable moderation workflow (Jacob Topp-Mugglestone, Karl Hobley, Matt Westcott, Dan Braghis)
 * Implemented phrase searching and structured search query expressions (Karl Hobley)
 * Add ability to import redirects from an uploaded file (CSV, TSV, XLS, and XLSX) (Martin Sandström)
 * Added `webpquality` and `format-webp-lossless` image filters and `WAGTAILIMAGES_WEBP_QUALITY` setting (Nikolay Lukyanov)
 * Reorganised Dockerfile in project template to follow best practices (Tomasz Knapik, Jannik Wempe)
 * Added filtering to locked pages report (Karl Hobley)
 * Adds ability to view a group's users via standalone admin URL and a link to this on the group edit view (Karran Besen)
 * Redirect to previous url when deleting/copying/unpublish a page and modify this url via the relevant hooks (Ascani Carlo)
 * Added `next_url` keyword argument on `register_page_listing_buttons` and `register_page_listing_more_buttons` hooks (Ascani Carlo, Matt Westcott, LB (Ben Johnston))
 * `AbstractEmailForm` will use `SHORT_DATETIME_FORMAT` and `SHORT_DATE_FORMAT` Django settings to format date/time values in email (Haydn Greatnews)
 * `AbstractEmailForm` now has a separate method (`render_email`) to build up email content on submission emails (Haydn Greatnews)
 * Add `pre_page_move` and `post_page_move` signals (Andy Babic)
 * Add ability to sort search promotions on listing page (Chris Ranjana, LB (Ben Johnston))
 * Upgrade internal JS tooling; Node v10, Gulp v4 & Jest v23 (Jim Jazwiecki, Kim LaRocca, Thibaud Colas)
 * Add `after_publish_page`, `before_publish_page`, `after_unpublish_page` & `before_unpublish_page` hooks (Jonatas Baldin, Coen van der Kamp)
 * Add convenience `page_url` shortcut to improve how page URLs can be accessed from site settings in Django templates (Andy Babic)
 * Show more granular error messages from Pillow when uploading images (Rick van Hattem)
 * Add ordering to `Site` object, so that index page and `Site` switcher will be sorted consistently (Coen van der Kamp, Tim Leguijt)
 * Add Reddit to oEmbed provider list (Luke Hardwick)
 * Add ability to replace the default Wagtail logo in the userbar, via `branding_logo` block (Meteor0id)
 * Remove sticky footer on small devices, so that content is not blocked and more easily editable (Saeed Tahmasebi)
 * Add `alt` property to `ImageRenditionField` api representation (Liam Mullens)
 * Add `purge_revisions` management command to purge old page revisions (Jacob Topp-Mugglestone, Tom Dyson)
 * Render the Wagtail User Bar on non `Page` views (Caitlin White, Coen van der Kamp)
 * Add ability to define `form_classname` on `ListBlock` & `StreamBlock` (LB (Ben Johnston))
 * Add documentation about how to use `Rustface` for image feature detection (Neal Todd)
 * Improve performance of public/not_public queries in `PageQuerySet` (Timothy Bautista)
 * Add `add_redirect` static method to `Redirect` class for programmatic redirect creation (Brylie Christopher Oxley, Lacey Williams Henschel)
 * Add reference documentation for `wagtail.contrib.redirects` (LB (Ben Johnston))
 * `bulk_delete` page permission is no longer required to move pages, even if those pages have children (Robert Rollins, LB (Ben Johnston))
 * Add `after_edit_snippet`, `after_create_snippet` and `after_delete_snippet` hooks and documentation (Kalob Taulien)
 * Improve performance of empty search results by avoiding downloading the entire search index in these scenarios (Lars van de Kerkhof, Coen van der Kamp)
 * Replace `gulp-sass` with `gulp-dart-sass` to improve core development across different platforms (Thibaud Colas)
 * Add SVG icons to resolve accessibility and customisation issues and start using them in a subset of Wagtail's admin (Coen van der Kamp, Scott Cranfill, Thibaud Colas, Dan Braghis)
 * Switch userbar and header H1s to use SVG icons (Coen van der Kamp)
 * Remove markup around rich text rendering by default, provide a way to use old behaviour via `wagtail.contrib.legacy.richtext` (Coen van der Kamp, Dan Braghis)
 * Apply title length normalisation to improve ranking on PostgreSQL search (Karl Hobley)
 * Add `WAGTAIL_TIME_FORMAT` setting (Jacob Topp-Mugglestone)
 * Allow omitting the default editor from `WAGTAILADMIN_RICH_TEXT_EDITORS` (Gassan Gousseinov)
 * Disable password auto-completion on user creation form (Samir Shah)
 * Upgrade jQuery to version 3.5.1 to reduce penetration testing false positives (Matt Westcott)
 * Add ability to extend `EditHandler` without a children attribute (Seb Brown)
 * `Page.objects.specific` now gracefully handles pages with missing specific records (Andy Babic)
 * StreamField 'add' buttons are now disabled when maximum count is reached (Max Gabrielsson)
 * Use underscores for form builder field names to allow use as template variables (Ashia Zawaduk, LB (Ben Johnston))
</tr></table> ... (truncated)
Commits
  • 226ed75 Version bump to 2.10 final
  • 0d7bcec Fill in release date for 2.10
  • a912faf Fetch new translations from Transifex
  • c9b41d7 Fix bulletpoint formatting, and update outdated information, particularly aro...
  • 8e14709 Update editor manual images where they show the old edit/workflow admin views...
  • c9ba13c Add a use case example for WAGTAIL_WORKFLOW_CANCEL_ON_PUBLISH=False
  • a7c08c9 Update descriptions of the editing interface and workflow management for cons...
  • aef01d1 Rebuild wagtailadmin strings to include 'By Workflow' (#6303)
  • e88b23a Add missing translation for workflow (#6303)
  • 908ff37 Release note for Django 3.1 support
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [wagtail](https://github.com/wagtail/wagtail) to permit the latest version.
- [Release notes](https://github.com/wagtail/wagtail/releases)
- [Changelog](https://github.com/wagtail/wagtail/blob/master/CHANGELOG.txt)
- [Commits](wagtail/wagtail@v2.7...v2.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 17, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #72.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/wagtail-gte-2.7-and-lt-2.11 branch November 9, 2020 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants