marteinn / wagtail-alt-generator

Insert image description and tags with the help of computer vision
MIT License
83 stars 13 forks source link

Bump wagtail from 2.10 to 2.12 #53

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps wagtail from 2.10 to 2.12.

Release notes

Sourced from wagtail's releases.

2.12

  • Added a distinct 'choose' permission for images and documents (Robert Rollins)
  • StreamField values can now be modified in-place (Matt Westcott)
  • Added support for custom admin color themes (Joshua Marantz)
  • Added support for Python 3.9
  • Added WAGTAILIMAGES_IMAGE_FORM_BASE and WAGTAILDOCS_DOCUMENT_FORM_BASE settings to customise the forms for images and documents (Dan Braghis)
  • Switch pagination icons to use SVG instead of icon fonts (Scott Cranfill)
  • Added string representation to image Format class (Andreas Nüßlein)
  • Support returning None from register_page_action_menu_item and register_snippet_action_menu_item to skip registering an item (Vadim Karpenko)
  • Fields on a custom image model can now be defined as required / blank=False (Matt Westcott)
  • Add combined index for Postgres search backend (Will Giddens)
  • Add Page.specific_deferred property for accessing specific page instance without up-front database queries (Andy Babic)
  • Add hash lookup to embeds to support URLs longer than 255 characters (Coen van der Kamp)
  • Fix: Stop menu icon overlapping the breadcrumb on small viewport widths in page editor (Karran Besen)
  • Fix: Make sure document chooser pagination preserves the selected collection when moving between pages (Alex Sa)
  • Fix: Gracefully handle oEmbed endpoints returning non-JSON responses (Matt Westcott)
  • Fix: Fix unique constraint on WorkflowState for SQL Server compatibility (David Beitey)
  • Fix: Reinstate chevron on collection dropdown (Mike Brown)
  • Fix: Prevent delete button showing on collection / workflow edit views when delete permission is absent (Helder Correia)

2.12rc1

  • Added a distinct 'choose' permission for images and documents (Robert Rollins)
  • StreamField values can now be modified in-place (Matt Westcott)
  • Added support for custom admin color themes (Joshua Marantz)
  • Added support for Python 3.9
  • Added WAGTAILIMAGES_IMAGE_FORM_BASE and WAGTAILDOCS_DOCUMENT_FORM_BASE settings to customise the forms for images and documents (Dan Braghis)
  • Switch pagination icons to use SVG instead of icon fonts (Scott Cranfill)
  • Added string representation to image Format class (Andreas Nüßlein)
  • Support returning None from register_page_action_menu_item and register_snippet_action_menu_item to skip registering an item (Vadim Karpenko)
  • Fields on a custom image model can now be defined as required / blank=False (Matt Westcott)
  • Add combined index for Postgres search backend (Will Giddens)
  • Add Page.specific_deferred property for accessing specific page instance without up-front database queries (Andy Babic)
  • Add hash lookup to embeds to support URLs longer than 255 characters (Coen van der Kamp)
  • Fix: Stop menu icon overlapping the breadcrumb on small viewport widths in page editor (Karran Besen)
  • Fix: Make sure document chooser pagination preserves the selected collection when moving between pages (Alex Sa)
  • Fix: Gracefully handle oEmbed endpoints returning non-JSON responses (Matt Westcott)
  • Fix: Fix unique constraint on WorkflowState for SQL Server compatibility (David Beitey)
  • Fix: Reinstate chevron on collection dropdown (Mike Brown)

2.11.3

  • Fix: Updated project template migrations to ensure that initial homepage creation runs before addition of locale field (Dan Braghis)
  • Fix: Restore ability to use translatable strings in LANGUAGES / WAGTAIL_CONTENT_LANGUAGES settings (Andreas Morgenstern)
  • Fix: Allow locale / translation_of API filters to be used in combination with search (Matt Westcott)
  • Fix: Prevent error on create_log_entries_from_revisions when checking publish state on a revision that cannot be restored (Kristin Riebe)

2.11.2

  • Add custom finder to support Instagram oEmbed API (Luis Nell)
  • Add custom finder to support Facebook oEmbed API (Cynthia Kiser)
  • Fix: Improve performance of permission check on translations for edit page (Karl Hobley)
  • Fix: Gracefully handle missing Locale records on Locale.get_active and .localized (Matt Westcott)

... (truncated)

Changelog

Sourced from wagtail's changelog.

2.12 (02.02.2021)


 * Added a distinct 'choose' permission for images and documents (Robert Rollins)
 * StreamField values can now be modified in-place (Matt Westcott)
 * Added support for custom admin color themes (Joshua Marantz)
 * Added support for Python 3.9
 * Added `WAGTAILIMAGES_IMAGE_FORM_BASE` and `WAGTAILDOCS_DOCUMENT_FORM_BASE` settings to customise the forms for images and documents (Dan Braghis)
 * Switch pagination icons to use SVG instead of icon fonts (Scott Cranfill)
 * Added string representation to image Format class (Andreas Nüßlein)
 * Support returning None from `register_page_action_menu_item` and `register_snippet_action_menu_item` to skip registering an item (Vadim Karpenko)
 * Fields on a custom image model can now be defined as required / `blank=False` (Matt Westcott)
 * Add combined index for Postgres search backend (Will Giddens)
 * Add `Page.specific_deferred` property for accessing specific page instance without up-front database queries (Andy Babic)
 * Add hash lookup to embeds to support URLs longer than 255 characters (Coen van der Kamp)
 * Fix: Stop menu icon overlapping the breadcrumb on small viewport widths in page editor (Karran Besen)
 * Fix: Make sure document chooser pagination preserves the selected collection when moving between pages (Alex Sa)
 * Fix: Gracefully handle oEmbed endpoints returning non-JSON responses (Matt Westcott)
 * Fix: Fix unique constraint on WorkflowState for SQL Server compatibility (David Beitey)
 * Fix: Reinstate chevron on collection dropdown (Mike Brown)
 * Fix: Prevent delete button showing on collection / workflow edit views when delete permission is absent (Helder Correia)

2.11.3 (10.12.2020)

  • Fix: Updated project template migrations to ensure that initial homepage creation runs before addition of locale field (Dan Braghis)
  • Fix: Restore ability to use translatable strings in LANGUAGES / WAGTAIL_CONTENT_LANGUAGES settings (Andreas Morgenstern)
  • Fix: Allow locale / translation_of API filters to be used in combination with search (Matt Westcott)
  • Fix: Prevent error on create_log_entries_from_revisions when checking publish state on a revision that cannot be restored (Kristin Riebe)

2.11.2 (17.11.2020)


 * Add custom finder to support Instagram oEmbed API (Luis Nell)
 * Add custom finder to support Facebook oEmbed API (Cynthia Kiser)
 * Fix: Improve performance of permission check on translations for edit page (Karl Hobley)
 * Fix: Gracefully handle missing Locale records on `Locale.get_active` and `.localized` (Matt Westcott)
 * Fix: Handle `get_supported_language_variant` returning a language variant not in `LANGUAGES` (Matt Westcott)
 * Fix: Reinstate missing icon on settings edit view (Jérôme Lebleu)
 * Fix: Avoid performance and pagination logic issues with a large number of languages (Karl Hobley)
 * Fix: Allow deleting the default locale (Matt Westcott)

2.11.1 (06.11.2020)

  • Fix: Ensure that cached wagtail_site_root_paths structures from older Wagtail versions are invalidated (Sævar Öfjörð Magnússon)
  • Fix: Avoid circular import between wagtail.admin.auth and custom user models (Matt Westcott)

... (truncated)

Commits


Dependabot compatibility score

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](https://app.dependabot.com): - 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)
dependabot-preview[bot] commented 3 years ago

Superseded by #55.