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.12,>=2.11 to >=2.11,<2.15 #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on wagtail to permit the latest version.

Release notes

Sourced from wagtail's releases.

2.14

  • Removed support for Django 2.2
  • Added ancestor_of API filter (Jaap Roes)
  • Added support for customising group management views (Jan Seifert)
  • Added full_url property to image renditions (Shreyash Srivastava)
  • Added locale selector when choosing translatable snippets (Karl Hobley)
  • Added WAGTAIL_WORKFLOW_ENABLED setting for enabling / disabling moderation workflows globally (Matt Westcott)
  • Allow specifying max_width and max_height on EmbedBlock (Petr Dlouhý)
  • Add warning when StreamField is used without a StreamFieldPanel (Naomi Morduch Toubman)
  • Added keyboard and screen reader support to Wagtail user bar (LB Johnston, Storm Heg)
  • Add Google Data Studio to the list of oEmbed providers (Petr Dlouhý)
  • Added instructions on copying and aliasing pages to the editor's guide in documentation (Vlad Podgurschi)
  • Allow ListBlock to raise validation errors that are not attached to an individual child block (Matt Westcott)
  • Use DATETIME_FORMAT for localization in templates (Andrew Stone)
  • Added documentation on multi site, multi instance and multi tenancy setups (Coen Van Der Kamp)
  • Updated Facebook / Instagram oEmbed endpoints to v11.0 (Thomas Kremmel)
  • Performance improvements for admin listing pages (Jake Howard, Dan Braghis, Tom Usher)
  • Fix: Invalid filter values for foreign key fields in the API now give an error instead of crashing (Tidjani Dia)
  • Fix: Ordering specified in construct_explorer_page_queryset hook is now taken into account again by the page explorer API (Andre Fonseca)
  • Fix: Deleting a page from its listing view no longer results in a 404 error (Tidjani Dia)
  • Fix: The Wagtail admin urls will now respect the APPEND_SLASH setting (Tidjani Dia)
  • Fix: Prevent “Forgotten password” link from overlapping with field on mobile devices (Helen Chapman)
  • Fix: Snippet admin urls are now namespaced to avoid ambiguity with the primary key component of the url (Matt Westcott)
  • Fix: Save order of promoted search results (Hardcodd)
  • Fix: Prevent error on copying pages with ClusterTaggableManager relations and multi-level inheritance (Chris Pollard)
  • Fix: Prevent failure on root page when registering the Page model with ModelAdmin (Jake Howard)
  • Fix: Prevent error when filtering page search results with a malformed content_type (Chris Pollard)
  • Fix: Prevent multiple submissions of "update" form when uploading images / documents (Mike Brown)
  • Fix: Ensure HTML title is populated on project template 404 page (Matt Westcott)
  • Fix: Respect cache_age parameters on embeds (Gordon Pendleton)
  • Fix: Page comparison view now reflects request-level customisations to edit handlers (Matt Westcott)
  • Fix: Add block.super to remaining extra_js & extra_css blocks (Andrew Stone)
  • Fix: Ensure that editor and features arguments on RichTextField are preserved by clone() (Daniel Fairhead)
  • Fix: Rename 'spin' CSS animation to avoid clashes with other libraries (Kevin Gutiérrez)
  • Fix: Prevent crash when copying a page from a section where the user has no publish permission (Karl Hobley)
  • Fix: Ensure that rich text conversion correctly handles images / embeds inside links or inline styles (Matt Westcott)
Changelog

Sourced from wagtail's changelog.

2.14 (02.08.2021)


 * Removed support for Django 2.2
 * Added `ancestor_of` API filter (Jaap Roes)
 * Added support for customising group management views (Jan Seifert)
 * Added `full_url` property to image renditions (Shreyash Srivastava)
 * Added locale selector when choosing translatable snippets (Karl Hobley)
 * Added `WAGTAIL_WORKFLOW_ENABLED` setting for enabling / disabling moderation workflows globally (Matt Westcott)
 * Allow specifying `max_width` and `max_height` on EmbedBlock (Petr Dlouhý)
 * Add warning when StreamField is used without a StreamFieldPanel (Naomi Morduch Toubman)
 * Added keyboard and screen reader support to Wagtail user bar (LB Johnston, Storm Heg)
 * Add Google Data Studio to the list of oEmbed providers (Petr Dlouhý)
 * Added instructions on copying and aliasing pages to the editor's guide in documentation (Vlad Podgurschi)
 * Allow ListBlock to raise validation errors that are not attached to an individual child block (Matt Westcott)
 * Use `DATETIME_FORMAT` for localization in templates (Andrew Stone)
 * Added documentation on multi site, multi instance and multi tenancy setups (Coen Van Der Kamp)
 * Updated Facebook / Instagram oEmbed endpoints to v11.0 (Thomas Kremmel)
 * Performance improvements for admin listing pages (Jake Howard, Dan Braghis, Tom Usher)
 * Fix: Invalid filter values for foreign key fields in the API now give an error instead of crashing (Tidjani Dia)
 * Fix: Ordering specified in `construct_explorer_page_queryset` hook is now taken into account again by the page explorer API (Andre Fonseca)
 * Fix: Deleting a page from its listing view no longer results in a 404 error (Tidjani Dia)
 * Fix: The Wagtail admin urls will now respect the `APPEND_SLASH` setting (Tidjani Dia)
 * Fix: Prevent “Forgotten password” link from overlapping with field on mobile devices (Helen Chapman)
 * Fix: Snippet admin urls are now namespaced to avoid ambiguity with the primary key component of the url (Matt Westcott)
 * Fix: Save order of promoted search results (Hardcodd)
 * Fix: Prevent error on copying pages with ClusterTaggableManager relations and multi-level inheritance (Chris Pollard)
 * Fix: Prevent failure on root page when registering the Page model with ModelAdmin (Jake Howard)
 * Fix: Prevent error when filtering page search results with a malformed content_type (Chris Pollard)
 * Fix: Prevent multiple submissions of "update" form when uploading images / documents (Mike Brown)
 * Fix: Ensure HTML title is populated on project template 404 page (Matt Westcott)
 * Fix: Respect cache_age parameters on embeds (Gordon Pendleton)
 * Fix: Page comparison view now reflects request-level customisations to edit handlers (Matt Westcott)
 * Fix: Add `block.super` to remaining `extra_js` & `extra_css` blocks (Andrew Stone)
 * Fix: Ensure that `editor` and `features` arguments on RichTextField are preserved by `clone()` (Daniel Fairhead)
 * Fix: Rename 'spin' CSS animation to avoid clashes with other libraries (Kevin Gutiérrez)
 * Fix: Prevent crash when copying a page from a section where the user has no publish permission (Karl Hobley)
 * Fix: Ensure that rich text conversion correctly handles images / embeds inside links or inline styles (Matt Westcott)

2.13.4 (13.07.2021)

  • Fix: Prevent embed thumbnail_url migration from failing on URLs longer than 200 characters (Matt Westcott)

2.13.3 (05.07.2021)


 * Fix: Prevent error when using rich text on views where commenting is unavailable (Jacob Topp-Mugglestone)
</tr></table> 

... (truncated)

Commits
  • b6477b2 Version bump to 2.14 final
  • 8f18225 Fill in release date for 2.14
  • 2cc863c Fetch new translations from Transifex
  • b8bb4a8 Add release note for performance improvements
  • b98ca3b Possessive "it" (#7357)
  • 69045a0 Fix "undefined label" warnings caused by missing leading underscore in the label
  • 45e3145 Version bump to 2.14rc1
  • 7646a63 Other features -> New features
  • 192a748 Generate new strings for translation
  • 6e27cc7 Fetch new translations from Transifex
  • 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/main/CHANGELOG.txt)
- [Commits](wagtail/wagtail@v2.11...v2.14)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 3, 2021
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