wagtail-tailwind-blog
wagtail-tailwind-blog copied to clipboard
Update wagtail requirement from <2.12,>=2.11 to >=2.11,<2.15
trafficstars
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_ofAPI filter (Jaap Roes)- Added support for customising group management views (Jan Seifert)
- Added
full_urlproperty to image renditions (Shreyash Srivastava)- Added locale selector when choosing translatable snippets (Karl Hobley)
- Added
WAGTAIL_WORKFLOW_ENABLEDsetting for enabling / disabling moderation workflows globally (Matt Westcott)- Allow specifying
max_widthandmax_heighton 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_FORMATfor 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_querysethook 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_SLASHsetting (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.superto remainingextra_js&extra_cssblocks (Andrew Stone)- Fix: Ensure that
editorandfeaturesarguments on RichTextField are preserved byclone()(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
b6477b2Version bump to 2.14 final8f18225Fill in release date for 2.142cc863cFetch new translations from Transifexb8bb4a8Add release note for performance improvementsb98ca3bPossessive "it" (#7357)69045a0Fix "undefined label" warnings caused by missing leading underscore in the label45e3145Version bump to 2.14rc17646a63Other features -> New features192a748Generate new strings for translation6e27cc7Fetch 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill 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)