pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-wagtail
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 22 15:29:25 UTC 2025
Modified Files:
pkgsrc/www/py-wagtail: Makefile PLIST distinfo
Log Message:
py-wagtail: updated to 6.4.1
6.4.1 (21.02.2025)
* Fix: Prevent error when filtering by locale and searching with Elasticsearch (Sage Abdullah)
* Fix: Support searching `none()` querysets (Matt Westcott)
* Fix: Correctly handle UUID primary keys when invoking background tasks (Matt Westcott)
* Fix: Fix regression where nested sub-menu items would not be visible (Sage Abdullah)
* Fix: Ensure the top of the minimap correctly adjusts when resizing the browser viewport (Thibaud Colas)
* Fix: Remove obsolete SubqueryConstraint check in search backends, for provisional Django 5.2 compatibility (Sage Abdullah)
* Fix: Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah)
* Fix: Fix white text on white background in previews for sites that use color-scheme without a background-color (Sage Abdullah)
* Docs: Fix typo in the headless documentation page (Mahmoud Nasser)
* Docs: Fix typo in `Page.get_route_paths` docstring (Baptiste Mispelon)
* Docs: Upgrade sphinx-wagtail-theme to v6.5.0 (Sage Abdullah)
* Maintenance: Remove upper version boundary for django-filter (Dan Braghis)
* Maintenance: Relax upper version boundaries for django-taggit and beautifulsoup4 (Matt Westcott)
6.4 (03.02.2025)
* Support for background tasks using `django-tasks` (Jake Howard)
* Add search terms report (Noah van der Meer, Sage Abdullah)
* Add the ability to apply basic Page QuerySet optimizations to `specific()` sub-queries using `select_related` & `prefetch_related` (Andy Babic)
* Increase `DATA_UPLOAD_MAX_NUMBER_FIELDS` in project template (Matt Westcott)
* Stop invalid Site hostname records from breaking preview (Matt Westcott)
* Set sensible defaults for InlinePanel heading and label (Matt Westcott)
* Limit tags autocompletion to 10 items and add delay to avoid performance issues with large number of matching tags (Aayushman Singh)
* Add the ability to restrict what types of requests a Pages supports via `allowed_http_methods` (Andy Babic)
* Allow plain strings in panel definitions as shorthand for `FieldPanel` / `InlinePanel` (Matt Westcott)
* Only allow selection of valid new parents within the copy Page view (Mauro Soche)
* Add `on_serve_page` hook to modify the serving chain of pages (Krystian Magdziarz, Dawid Bugajewski)
* Add support for `WAGTAIL_GRAVATAR_PROVIDER_URL` URLs with query string parameters (Ayaan Qadri, Guilhem Saurel)
* Add `get_avatar_url` hook to customise user avatars (James Harrington)
* Set content security policy (CSP) headers to block embedded content when serving images and documents (Jake Howard, with thanks to Ali İltizar for the initial report)
* Add `page` as a third parameter to the `construct_wagtail_userbar` hook (claudobahn)
* Enable breadcrumbs in revisions compare view (Sage Abdullah)
* Skip loading of unused JavaScript to speed up 404 page rendering (Sage Abdullah)
* Replace l18n library with JavaScript Intl API for time zone options in Account view (Sage Abdullah)
* Use explicit label for defaulting to server language in account settings (Sage Abdullah)
* Add support for specifying an operator on `Fuzzy` queries (Tom Usher)
* Remove support for Safari 15 (Thibaud Colas)
* Populate the ImageBlock alt text from the image’s default alt text when selecting a new image (Matt Westcott)
* Prevent main menu from re-rendering when clicking outside while the menu is closed (Sage Abdullah)
* Fill in the ImageBlock alt text from the image’s default alt text when converting from ImageChooserBlock (Cynthia Kiser)
* Make sure typing text at the bottom of the page editor always scrolls enough to keep the text into view (Jatin Bhardwaj)
* Add StreamField and InlinePanel interfaces support for drag-and-drop reordering of items (Thibaud Colas, Sage Abdullah)
* Add previews support for StreamField blocks inside the block picker (Sage Abdullah, Thibaud Colas)
* Fix: Improve handling of translations for bulk page action confirmation messages (Matt Westcott)
* Fix: Ensure custom rich text feature icons are correctly handled when provided as a list of SVG paths (Temidayo Azeez, Joel William, LB (Ben) Johnston)
* Fix: Prevent error on lazily loading StreamField blocks after the stream has been modified (Stefan Hammer)
* Fix: Fix sub-menus within the main menu cannot be closed on mobile (Bojan Mihelac)
* Fix: Fix animation overflow transition when navigating through subpages in the sidebar page explorer (manu)
* Fix: Ensure form builder supports custom admin form validation (John-Scott Atlakson, LB (Ben) Johnston)
* Fix: Ensure form builder correctly checks for duplicate field names when using a custom related name (John-Scott Atlakson, LB (Ben) Johnston)
* Fix: Normalize `StreamField.get_default()` to prevent creation forms from breaking (Matt Westcott)
* Fix: Prevent out-of-order migrations from skipping creation of image/document choose permissions (Matt Westcott)
* Fix: Use correct connections on multi-database setups in database search backends (Jake Howard)
* Fix: Ensure CloudFront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)
* Fix: Show the correct privacy status in the sidebar when creating a new page (Joel William)
* Fix: Prevent generic model edit view from unquoting non-integer primary keys multiple times (Matt Westcott)
* Fix: Ensure comments are functional when editing Page models with `read_only` `Fieldpanel`s in use (Strapchay)
* Fix: Ensure the accessible labels and tooltips reflect the correct private/public status on the live link button within pages after changing the privacy (Ayaan Qadri)
* Fix: Fix empty `th` (table heading) elements that are not compliant with accessibility standards (Jai Vignesh J)
* Fix: Ensure `MultipleChooserPanel` using images or documents work when nested within an `InlinePanel` when no other choosers are in use within the model (Elhussein Almasri)
* Fix: Ensure `MultipleChooserPanel` works after doing a search in the page chooser modal (Matt Westcott)
* Fix: Ensure new `ListBlock` instances get created with unique IDs in the admin client for accessibility and mini-map element references (Srishti Jaiswal)
* Fix: Return never-cache HTTP headers when serving pages and documents with view restrictions (Krystian Magdziarz, Dawid Bugajewski)
* Fix: Implement `get_block_by_content_path` on `ImageBlock` to prevent errors on commenting (Matt Westcott)
* Fix: Add `aria-expanded` attribute to new column button on `TypedTableBlock` to reflect menu state (Ayaan Qadri, Scott Cranfill)
* Fix: Allow page models to extend base `Page` panel definitions without importing `wagtail.admin` (Matt Westcott)
* Fix: Fix crash when loading the dashboard with only the "unlock" or "bulk delete" page permissions (Unyime Emmanuel Udoh, Sage Abdullah)
* Fix: Improve deprecation warning for `WidgetWithScript` by raising it with `stacklevel=3` (Joren Hammudoglu)
* Fix: Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal)
* Fix: Add missing heading and breadcrumbs in Account view (Sage Abdullah)
* Fix: Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma)
* Fix: Prevent redundant calls to `Site.find_for_request()` from `Page.get_url_parts()` (Andy Babic)
* Fix: Prevent error on listings when searching and filtering by locale (Matt Westcott, Sage Abdullah)
* Fix: Add missing space in panels check warning message (Stéphane Blondon)
* Fix: Make sure alt text quality check is on by default as documented (Thibaud Colas)
* Fix: Prevent `StreamChildrenToListBlockOperation` from duplicating data across multiple StreamField instances (Joshua Munn)
* Fix: Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)
* Fix: Prevent syntax error on MySQL search when query includes symbols (Matt Westcott)
* Docs: Move the model reference page from reference/pages to the references section as it covers all Wagtail core models (Srishti Jaiswal)
* Docs: Move the panels reference page from references/pages to the references section as panels are available for any model editing, merge panels API into this page (Srishti Jaiswal)
* Docs: Move the tags documentation to standalone advanced topic, instead of being inside the reference/pages section (Srishti Jaiswal)
* Docs: Refine the adding reports page so that common (page/non-page) class references are at the top and the full page only example has correct heading nesting (Alessandro Chitarrini)
* Docs: Add the `wagtail start` command to the management commands reference page (Damilola Oladele)
* Docs: Refine the project template page sections and document common issues encountered when creating custom templates (Damilola Oladele)
* Docs: Refine titles, references and URLS to better align with the documentation style guide, including US spelling (Srishti Jaiswal)
* Docs: Recommend a larger `DATA_UPLOAD_MAX_NUMBER_FIELDS` when integrating Wagtail into Django (Matt Westcott)
* Docs: Improve code highlighting and formatting for Python docstrings in core models (Srishti Jaiswal)
* Docs: Update all JavaScript inline scripts & some CSS inline style tags to a CSP compliant approach by using external scripts/styles (Aayushman Singh)
* Docs: Update usage of `mark_safe` to `format_html` for any script inclusions, to better avoid XSS issues from example code (Aayushman Singh)
* Docs: Update documentation writing guidelines to encourage better considerations of security, accessibility and good practice when writing code examples (Aayushman Singh, LB (Ben) Johnston)
* Docs: Update documentation guidelines on writing links and API reference (Sage Abdullah)
* Docs: Replace absolute URLs with intersphinx links where possible to avoid broken links (Sage Abdullah)
* Docs: Update upgrading guide and release process to better reflect the current practices (Sage Abdullah)
* Docs: Document usage of custom validation for admin form pages when using `AbstractEmailForm` or `AbstractForm` pages (John-Scott Atlakson, LB (Ben) Johnston)
* Docs: Reword `BlogTagIndexPage` example for clarity (Clifford Gama)
* Docs: Change title of blog index page in tutorial to avoid slug issues (Thibaud Colas)
* Docs: Fix `wagtailcache` and `wagtailpagecache` examples to not use quotes for the `fragment_name` (Shiv)
* Docs: Update tutorial to reflect the move of the "Add child page" action to a top-level button in the header as a '+' icon (Clifford Gama)
* Docs: Fix link to `HTTPMethod` in `Page.handle_options_request()` docs (Sage Abdullah)
* Docs: Improve the Pages Theory page with added & more consistent section headings and admonitions to aid in readability (Clifford Gama)
* Docs: Fix non-functional link to the community guidelines in the Your first contribution page (Ankit Kumar)
* Docs: Introduce tags and filters by name in "Writing templates" docs (Clifford Gama)
* Docs: Add a new headless section to the documentation, incorporating parts of the 'are we headless' website content (Sævar Öfjörð Magnússon, Alex Fulcher)
* Docs: Fix Django HTML syntax formatting issue on the documents overview page (LB (Ben) Johnston)
* Docs: Separate virtual environment creation and activation steps in tutorial (Ankit Kumar)
* Docs: Update tutorial to use plain strings in place of `FieldPanel` / `InlinePanel` where appropriate (Unyime Emmanuel Udoh)
* Docs: Update example for customizing "p-as-heading" accessibility check without overriding built-in checks (Cynthia Kiser)
* Docs: Document `get_template` method on StreamField blocks (Matt Westcott)
* Docs: Update accessibility considerations on alt text in light of contextual alt text improvements (Cynthia Kiser)
* Docs: Revert incorrect example of appending a `RichTextBlock` to a `StreamField` (Matt Westcott)
* Maintenance: Close open files when reading within utils/setup.py (Ataf Fazledin Ahamed)
* Maintenance: Avoid redundant `ALLOWED_HOSTS` check in `Site.find_for_request` (Jake Howard)
* Maintenance: Update `CloneController` to ensure that `added`/`cleared` events are not dispatched as cancelable (LB (Ben) Johnston)
* Maintenance: Remove unused `uuid` UMD module as all code is now using the NPM module (LB (Ben) Johnston)
* Maintenance: Clean up JS comments throughout codebase to be aligned to JSDoc where practical (LB (Ben) Johnston)
* Maintenance: Replace `eslint-disable no-undef` linter directives with `global` comments (LB (Ben) Johnston)
* Maintenance: Upgrade Node tooling to active LTS version 22 (LB (Ben) Johnston)
* Maintenance: Remove defunct oEmbed providers (Rahul Samant)
* Maintenance: Remove obsolete non-upsert-based code for Postgres search indexing (Jake Howard)
* Maintenance: Remove unused Rangy JS library (LB (Ben) Johnston)
* Maintenance: Update `PreviewController` usage to leverage Stimulus actions instead of calling `preventDefault` manually (Ayaan Qadri)
* Maintenance: Various performance optimizations to page publishing (Jake Howard)
* Maintenance: Remove unnecessary DOM canvas.toBlob polyfill (LB (Ben) Johnston)
* Maintenance: Ensure Storybook core files are correctly running through Eslint (LB (Ben) Johnston)
* Maintenance: Add a new Stimulus `ZoneController` (`w-zone`) to support dynamic class name changes & event handling on container elements (Ayaan Qadri)
* Maintenance: Migrate jQuery class toggling & drag/drop event handling within the multiple upload views to the Stimulus ZoneController usage (Ayaan Qadri)
* Maintenance: Test project template for warnings when run against Django pre-release versions (Sage Abdullah)
* Maintenance: Refactor redirects create/delete views to use generic views (Sage Abdullah)
* Maintenance: Add JSDoc description, adopt linting recommendations, and add more unit tests for `ModalWorkflow` (LB (Ben) Johnston)
* Maintenance: Add support for for a `delay` value in `TagController` to debounce async autocomplete tag fetch requests (Aayushman Singh)
* Maintenance: Add unit tests, Storybook stories & JSDoc items for the Stimulus `DrilldownController` (Srishti Jaiswal)
* Maintenance: Enhance sidebar preview performance by eliminating duplicate asset loads on preview error (Sage Abdullah)
* Maintenance: Remove unused `LinkController` (`w-link`) (Sage Abdullah)
* Maintenance: Refactor settings `EditView` to make better use of generic `EditView` (Sage Abdullah)
* Maintenance: Add a new Stimulus `RulesController` (`w-rules`) to support declarative conditional field enabling from other field values in a form (LB (Ben) Johnston)
* Maintenance: Migrate the conditional enabling of fields in the image URL builder view away from ad-hoc jQuery to use the `RulesController` (`w-rules`) approach (LB (Ben) Johnston)
* Maintenance: Enhance the Stimulus `ZoneController` (`w-zone`) to support inactive class and a mechanism to switch the mode based on data within events (Ayaan Qadri)
* Maintenance: Use the Stimulus `ZoneController` (`w-zone`) to remove ad-hoc jQuery for the privacy switch when toggling visibility of private/public elements (Ayaan Qadri)
* Maintenance: Remove unused `is_active` & `active_menu_items` from `wagtail.admin.menu.MenuItem` (Srishti Jaiswal)
* Maintenance: Only call `openpyxl` at runtime to improve performance for projects that do not use `ReportView`, `SpreadsheetExportMixin` and `wagtail.contrib.redirects` (Sébastien Corbin)
* Maintenance: Adopt the update value `mp` instead of `mm` for 'mystery person' as the default Gravatar if no avatar found (Harsh Dange)
* Maintenance: Refactor search promotions views to use generic views and templates (Sage Abdullah, Rohit Sharma)
* Maintenance: Use built-in `venv` instead of `pipenv` in CircleCI (Sage Abdullah)
* Maintenance: Add a new Stimulus `FormsetController` (`w-formset`) to support dynamic formset insertion/deletion behavior (LB (Ben) Johnston)
* Maintenance: Enable breadcrumbs by default on admin views using generic templates (Sage Abdullah)
* Maintenance: Refactor pages `revisions_revert` view to be a subclass of `EditView` (Sage Abdullah)
* Maintenance: Move images and documents `get_usage().count()` call to view code (Sage Abdullah)
* Maintenance: Upgrade sass-loader to resolve Sass deprecation warnings (Ayaan Qadri)
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/py-wagtail/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-wagtail/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-wagtail/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-wagtail/Makefile
diff -u pkgsrc/www/py-wagtail/Makefile:1.27 pkgsrc/www/py-wagtail/Makefile:1.28
--- pkgsrc/www/py-wagtail/Makefile:1.27 Mon Nov 11 07:29:29 2024
+++ pkgsrc/www/py-wagtail/Makefile Tue Apr 22 15:29:25 2025
@@ -1,30 +1,29 @@
-# $NetBSD: Makefile,v 1.27 2024/11/11 07:29:29 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2025/04/22 15:29:25 adam Exp $
-DISTNAME= wagtail-6.0.1
+DISTNAME= wagtail-6.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=w/wagtail/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://wagtail.io/
+HOMEPAGE= https://wagtail.org/
COMMENT= Django-based Content Management System
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-Pillow>=9.1.0:../../graphics/py-Pillow
-DEPENDS+= ${PYPKGPREFIX}-Willow>=1.6.2:../../graphics/py-Willow
+DEPENDS+= ${PYPKGPREFIX}-Willow>=1.8.0:../../graphics/py-Willow
DEPENDS+= ${PYPKGPREFIX}-anyascii>=0.1.5:../../textproc/py-anyascii
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4>=4.8:../../www/py-beautifulsoup4
-DEPENDS+= ${PYPKGPREFIX}-django>=4.2:../../www/py-django4
+DEPENDS+= ${PYPKGPREFIX}-django>=4.2:../../www/py-django
DEPENDS+= ${PYPKGPREFIX}-django-filter>=23.3:../../www/py-django-filter
DEPENDS+= ${PYPKGPREFIX}-django-modelcluster>=6.2.1:../../www/py-django-modelcluster
DEPENDS+= ${PYPKGPREFIX}-django-permissionedforms>=0.1:../../www/py-django-permissionedforms
-DEPENDS+= ${PYPKGPREFIX}-django-taggit>=4.0:../../www/py-django-taggit
+DEPENDS+= ${PYPKGPREFIX}-django-taggit>=5.0:../../www/py-django-taggit
+DEPENDS+= ${PYPKGPREFIX}-django-tasks>=0.6.1:../../www/py-django-tasks
DEPENDS+= ${PYPKGPREFIX}-django-treebeard>=4.5.1:../../www/py-django-treebeard
-DEPENDS+= ${PYPKGPREFIX}-djangorestframework>=3.11.1:../../www/py-djangorestframework
+DEPENDS+= ${PYPKGPREFIX}-djangorestframework>=3.15.1:../../www/py-djangorestframework
DEPENDS+= ${PYPKGPREFIX}-draftjs_exporter>=2.1.5:../../www/py-draftjs_exporter
-DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999:../../textproc/py-html5lib
-DEPENDS+= ${PYPKGPREFIX}-l18n>=2018.5:../../time/py-l18n
DEPENDS+= ${PYPKGPREFIX}-laces>=0.1:../../www/py-laces
DEPENDS+= ${PYPKGPREFIX}-openpyxl>=3.0.10:../../textproc/py-openpyxl
DEPENDS+= ${PYPKGPREFIX}-requests>=2.11.1:../../devel/py-requests
@@ -33,12 +32,13 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-boto3>=1.2
TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=3.7.0:../../devel/py-coverage
TEST_DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.7:../../time/py-dateutil
TEST_DEPENDS+= ${PYPKGPREFIX}-doc8>=0.8.1:../../devel/py-doc8
-TEST_DEPENDS+= ${PYPKGPREFIX}-ruff>=0.1.5:../../devel/py-ruff
+TEST_DEPENDS+= ${PYPKGPREFIX}-factory_boy>=3.2:../../devel/py-factory_boy
TEST_DEPENDS+= ${PYPKGPREFIX}-factory_boy>=3.2:../../devel/py-factory_boy
TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun>=0.3.8:../../devel/py-freezegun
TEST_DEPENDS+= ${PYPKGPREFIX}-jinja2>=3.0:../../textproc/py-jinja2
TEST_DEPENDS+= ${PYPKGPREFIX}-polib>=1.1:../../devel/py-polib
TEST_DEPENDS+= ${PYPKGPREFIX}-pytz>=2014.7:../../time/py-pytz
+TEST_DEPENDS+= ${PYPKGPREFIX}-ruff>=0.1.5:../../devel/py-ruff
# Not packaged test dependencies as of 6.0:
# azure-mgmt-cdn>=12.0
Index: pkgsrc/www/py-wagtail/PLIST
diff -u pkgsrc/www/py-wagtail/PLIST:1.7 pkgsrc/www/py-wagtail/PLIST:1.8
--- pkgsrc/www/py-wagtail/PLIST:1.7 Fri Feb 9 13:43:34 2024
+++ pkgsrc/www/py-wagtail/PLIST Tue Apr 22 15:29:25 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.7 2024/02/09 13:43:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/04/22 15:29:25 adam Exp $
bin/wagtail-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/wagtail/__init__.py
${PYSITELIB}/wagtail/__init__.pyc
@@ -141,6 +141,9 @@ ${PYSITELIB}/wagtail/admin/forms/collect
${PYSITELIB}/wagtail/admin/forms/comments.py
${PYSITELIB}/wagtail/admin/forms/comments.pyc
${PYSITELIB}/wagtail/admin/forms/comments.pyo
+${PYSITELIB}/wagtail/admin/forms/formsets.py
+${PYSITELIB}/wagtail/admin/forms/formsets.pyc
+${PYSITELIB}/wagtail/admin/forms/formsets.pyo
${PYSITELIB}/wagtail/admin/forms/models.py
${PYSITELIB}/wagtail/admin/forms/models.pyc
${PYSITELIB}/wagtail/admin/forms/models.pyo
@@ -159,6 +162,9 @@ ${PYSITELIB}/wagtail/admin/forms/view_re
${PYSITELIB}/wagtail/admin/forms/workflows.py
${PYSITELIB}/wagtail/admin/forms/workflows.pyc
${PYSITELIB}/wagtail/admin/forms/workflows.pyo
+${PYSITELIB}/wagtail/admin/icons.py
+${PYSITELIB}/wagtail/admin/icons.pyc
+${PYSITELIB}/wagtail/admin/icons.pyo
${PYSITELIB}/wagtail/admin/jinja2tags.py
${PYSITELIB}/wagtail/admin/jinja2tags.pyc
${PYSITELIB}/wagtail/admin/jinja2tags.pyo
@@ -376,6 +382,10 @@ ${PYSITELIB}/wagtail/admin/locale/tr_TR/
${PYSITELIB}/wagtail/admin/locale/tr_TR/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/admin/locale/tr_TR/LC_MESSAGES/djangojs.mo
${PYSITELIB}/wagtail/admin/locale/tr_TR/LC_MESSAGES/djangojs.po
+${PYSITELIB}/wagtail/admin/locale/ug/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/admin/locale/ug/LC_MESSAGES/django.po
+${PYSITELIB}/wagtail/admin/locale/ug/LC_MESSAGES/djangojs.mo
+${PYSITELIB}/wagtail/admin/locale/ug/LC_MESSAGES/djangojs.po
${PYSITELIB}/wagtail/admin/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/admin/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/admin/locale/uk/LC_MESSAGES/djangojs.mo
@@ -417,6 +427,12 @@ ${PYSITELIB}/wagtail/admin/migrations/00
${PYSITELIB}/wagtail/admin/migrations/0003_admin_managed.py
${PYSITELIB}/wagtail/admin/migrations/0003_admin_managed.pyc
${PYSITELIB}/wagtail/admin/migrations/0003_admin_managed.pyo
+${PYSITELIB}/wagtail/admin/migrations/0004_editingsession.py
+${PYSITELIB}/wagtail/admin/migrations/0004_editingsession.pyc
+${PYSITELIB}/wagtail/admin/migrations/0004_editingsession.pyo
+${PYSITELIB}/wagtail/admin/migrations/0005_editingsession_is_editing.py
+${PYSITELIB}/wagtail/admin/migrations/0005_editingsession_is_editing.pyc
+${PYSITELIB}/wagtail/admin/migrations/0005_editingsession_is_editing.pyo
${PYSITELIB}/wagtail/admin/migrations/__init__.py
${PYSITELIB}/wagtail/admin/migrations/__init__.pyc
${PYSITELIB}/wagtail/admin/migrations/__init__.pyo
@@ -547,15 +563,12 @@ ${PYSITELIB}/wagtail/admin/static/wagtai
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/date-time-chooser.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/draftail.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/draftail.js.LICENSE.txt
-${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/expanding-formset.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/filtered-select.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/icons.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/modal-workflow.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/page-chooser-modal.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/page-chooser-telepath.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/page-chooser.js
-${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/page-editor.js
-${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/preview-panel.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/privacy-switch.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/sidebar.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/sidebar.js.LICENSE.txt
@@ -565,6 +578,7 @@ ${PYSITELIB}/wagtail/admin/static/wagtai
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/telepath/telepath.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/telepath/widgets.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/userbar.js
+${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/userbar.js.LICENSE.txt
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/vendor.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/vendor.js.LICENSE.txt
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/vendor/bootstrap-modal.js
@@ -579,12 +593,7 @@ ${PYSITELIB}/wagtail/admin/static/wagtai
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/vendor/jquery.fileupload-process.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/vendor/jquery.fileupload.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/vendor/jquery.iframe-transport.js
-${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/vendor/mousetrap.min.js
-${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/vendor/rangy-core.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/vendor/tag-it.js
-${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/vendor/urlify.js
-${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/vendor/uuidv4.min.js
-${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/vendor/xregexp.min.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/wagtailadmin.js
${PYSITELIB}/wagtail/admin/static/wagtailadmin/js/workflow-action.js
${PYSITELIB}/wagtail/admin/staticfiles.py
@@ -630,7 +639,7 @@ ${PYSITELIB}/wagtail/admin/templates/wag
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/collections/_privacy_switch.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/collections/delete_not_empty.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/collections/edit.html
-${PYSITELIB}/wagtail/admin/templates/wagtailadmin/collections/index.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/collections/index_results.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/generic/base.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/generic/chooser/checkbox_select_cell.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/generic/chooser/chooser.html
@@ -642,7 +651,7 @@ ${PYSITELIB}/wagtail/admin/templates/wag
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/generic/create.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/generic/edit.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/generic/form.html
-${PYSITELIB}/wagtail/admin/templates/wagtailadmin/generic/history_results.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/generic/history/action_cell.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/generic/index.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/generic/index_results.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/generic/inspect.html
@@ -652,6 +661,7 @@ ${PYSITELIB}/wagtail/admin/templates/wag
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/generic/preview_error.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/generic/revisions/compare.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/home.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/home/account_summary.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/home/locked_pages.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/home/recent_edits.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/home/site_summary.html
@@ -724,6 +734,7 @@ ${PYSITELIB}/wagtail/admin/templates/wag
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/icons/info-circle.svg
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/icons/italic.svg
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/icons/key.svg
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/icons/keyboard.svg
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/icons/link-external.svg
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/icons/link.svg
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/icons/list-ol.svg
@@ -807,10 +818,9 @@ ${PYSITELIB}/wagtail/admin/templates/wag
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/notifications/workflow_state_submitted.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/notifications/workflow_state_submitted.txt
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/notifications/workflow_state_submitted_subject.txt
-${PYSITELIB}/wagtail/admin/templates/wagtailadmin/page_privacy/ancestor_privacy.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/page_privacy/no_privacy.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/page_privacy/set_privacy.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/_editor_js.html
-${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/_unsaved_changes_warning.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/action_menu/menu.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/action_menu/menu_item.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/action_menu/page_locked.html
@@ -823,6 +833,7 @@ ${PYSITELIB}/wagtail/admin/templates/wag
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/bulk_actions/confirm_bulk_publish.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/bulk_actions/confirm_bulk_unpublish.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/bulk_actions/list_items_with_no_access.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/choose_parent.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/confirm_convert_alias.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/confirm_delete.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/confirm_move.html
@@ -832,9 +843,12 @@ ${PYSITELIB}/wagtail/admin/templates/wag
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/create.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/edit.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/edit_alias.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/explorable_index.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/explorable_index_results.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/history.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/index.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/index_results.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/listing.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/listing/_button_with_dropdown.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/listing/_dropdown_items.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/listing/_locked_indicator.html
@@ -851,10 +865,8 @@ ${PYSITELIB}/wagtail/admin/templates/wag
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/listing/_privacy_indicator.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/move_choose_destination.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/page_listing_header.html
-${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/revisions/_actions.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/search.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/search_results.html
-${PYSITELIB}/wagtail/admin/templates/wagtailadmin/pages/usage_results.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/panels/comments/comment_panel.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/panels/field_panel.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/panels/field_row_panel.html
@@ -871,18 +883,22 @@ ${PYSITELIB}/wagtail/admin/templates/wag
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/permissions/includes/collection_management_permissions_form.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/permissions/includes/collection_member_permissions_form.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/permissions/includes/collection_member_permissions_formset.html
-${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/aging_pages.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/aging_pages_results.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/base_page_report.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/base_page_report_results.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/base_report.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/base_report_results.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/listing/_list_page_report.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/listing/_list_page_types_usage.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/listing/_list_unlock.html
-${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/locked_pages.html
-${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/page_types_usage.html
-${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/site_history.html
-${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/workflow.html
-${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/workflow_tasks.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/locked_pages_results.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/page_types_usage_results.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/site_history_results.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/workflow_results.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/reports/workflow_tasks_results.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/_workflow_init.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/action_menu/menu.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/action_menu/menu_item.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/action_switch.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/active_filters.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/ajax_pagination_nav.html
@@ -896,6 +912,8 @@ ${PYSITELIB}/wagtail/admin/templates/wag
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/dialog/dialog_toggle.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/dropdown/dropdown.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/dropdown/dropdown_button.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/editing_sessions/list.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/editing_sessions/module.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/export_buttons.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/field.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/filters.html
@@ -913,10 +931,10 @@ ${PYSITELIB}/wagtail/admin/templates/wag
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/human_readable_date.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/icon.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/icons.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/keyboard_shortcuts_dialog.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/locale_selector.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/messages.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/non_field_errors.html
-${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/page_breadcrumbs.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/page_status_tag.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/page_status_tag_new.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/pagination_nav.html
@@ -939,13 +957,13 @@ ${PYSITELIB}/wagtail/admin/templates/wag
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/side_panels/status.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/status_tag.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/tabs/tab_nav_link.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/unsaved_changes_warning.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/usage_summary.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/user_avatar.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/workflow_action_modal.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/workflow_history/detail.html
-${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/workflow_history/index.html
-${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/workflow_history/list.html
-${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/workflow_history/results.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/workflow_history/listing.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/shared/workflow_history/listing_results.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/skeleton.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/tables/boolean_cell.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/tables/cell.html
@@ -953,6 +971,7 @@ ${PYSITELIB}/wagtail/admin/templates/wag
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/tables/date_cell.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/tables/download_cell.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/tables/references_cell.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/tables/related_objects_cell.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/tables/status_flag_cell.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/tables/status_tag_cell.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/tables/table.html
@@ -985,7 +1004,11 @@ ${PYSITELIB}/wagtail/admin/templates/wag
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/workflows/includes/workflow_content_types_checkbox.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/workflows/includes/workflow_pages_form.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/workflows/includes/workflow_pages_formset.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/workflows/includes/workflow_tasks_cell.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/workflows/includes/workflow_title_cell.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/workflows/includes/workflow_used_by_cell.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/workflows/index.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/workflows/index_results.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/workflows/select_task_type.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/workflows/task_chooser/chooser.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/workflows/task_chooser/includes/create_form.html
@@ -993,7 +1016,7 @@ ${PYSITELIB}/wagtail/admin/templates/wag
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/workflows/task_chooser/includes/results.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/workflows/task_chooser/includes/select_task_type.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/workflows/task_index.html
-${PYSITELIB}/wagtail/admin/templates/wagtailadmin/workflows/usage.html
+${PYSITELIB}/wagtail/admin/templates/wagtailadmin/workflows/task_index_results.html
${PYSITELIB}/wagtail/admin/templates/wagtailadmin/workflows/workflow_status.html
${PYSITELIB}/wagtail/admin/templatetags/__init__.py
${PYSITELIB}/wagtail/admin/templatetags/__init__.pyc
@@ -1025,6 +1048,12 @@ ${PYSITELIB}/wagtail/admin/tests/api/uti
${PYSITELIB}/wagtail/admin/tests/benches.py
${PYSITELIB}/wagtail/admin/tests/benches.pyc
${PYSITELIB}/wagtail/admin/tests/benches.pyo
+${PYSITELIB}/wagtail/admin/tests/formats/en/__init__.py
+${PYSITELIB}/wagtail/admin/tests/formats/en/__init__.pyc
+${PYSITELIB}/wagtail/admin/tests/formats/en/__init__.pyo
+${PYSITELIB}/wagtail/admin/tests/formats/en/formats.py
+${PYSITELIB}/wagtail/admin/tests/formats/en/formats.pyc
+${PYSITELIB}/wagtail/admin/tests/formats/en/formats.pyo
${PYSITELIB}/wagtail/admin/tests/pages/__init__.py
${PYSITELIB}/wagtail/admin/tests/pages/__init__.pyc
${PYSITELIB}/wagtail/admin/tests/pages/__init__.pyo
@@ -1058,9 +1087,9 @@ ${PYSITELIB}/wagtail/admin/tests/pages/t
${PYSITELIB}/wagtail/admin/tests/pages/test_create_page.py
${PYSITELIB}/wagtail/admin/tests/pages/test_create_page.pyc
${PYSITELIB}/wagtail/admin/tests/pages/test_create_page.pyo
-${PYSITELIB}/wagtail/admin/tests/pages/test_dashboard.py
-${PYSITELIB}/wagtail/admin/tests/pages/test_dashboard.pyc
-${PYSITELIB}/wagtail/admin/tests/pages/test_dashboard.pyo
+${PYSITELIB}/wagtail/admin/tests/pages/test_custom_listing.py
+${PYSITELIB}/wagtail/admin/tests/pages/test_custom_listing.pyc
+${PYSITELIB}/wagtail/admin/tests/pages/test_custom_listing.pyo
${PYSITELIB}/wagtail/admin/tests/pages/test_delete_page.py
${PYSITELIB}/wagtail/admin/tests/pages/test_delete_page.pyc
${PYSITELIB}/wagtail/admin/tests/pages/test_delete_page.pyo
@@ -1082,6 +1111,9 @@ ${PYSITELIB}/wagtail/admin/tests/pages/t
${PYSITELIB}/wagtail/admin/tests/pages/test_page_usage.py
${PYSITELIB}/wagtail/admin/tests/pages/test_page_usage.pyc
${PYSITELIB}/wagtail/admin/tests/pages/test_page_usage.pyo
+${PYSITELIB}/wagtail/admin/tests/pages/test_parent_page_chooser_view.py
+${PYSITELIB}/wagtail/admin/tests/pages/test_parent_page_chooser_view.pyc
+${PYSITELIB}/wagtail/admin/tests/pages/test_parent_page_chooser_view.pyo
${PYSITELIB}/wagtail/admin/tests/pages/test_preview.py
${PYSITELIB}/wagtail/admin/tests/pages/test_preview.pyc
${PYSITELIB}/wagtail/admin/tests/pages/test_preview.pyo
@@ -1109,9 +1141,15 @@ ${PYSITELIB}/wagtail/admin/tests/test_ad
${PYSITELIB}/wagtail/admin/tests/test_audit_log.py
${PYSITELIB}/wagtail/admin/tests/test_audit_log.pyc
${PYSITELIB}/wagtail/admin/tests/test_audit_log.pyo
+${PYSITELIB}/wagtail/admin/tests/test_block_preview.py
+${PYSITELIB}/wagtail/admin/tests/test_block_preview.pyc
+${PYSITELIB}/wagtail/admin/tests/test_block_preview.pyo
${PYSITELIB}/wagtail/admin/tests/test_buttons_hooks.py
${PYSITELIB}/wagtail/admin/tests/test_buttons_hooks.pyc
${PYSITELIB}/wagtail/admin/tests/test_buttons_hooks.pyo
+${PYSITELIB}/wagtail/admin/tests/test_checks.py
+${PYSITELIB}/wagtail/admin/tests/test_checks.pyc
+${PYSITELIB}/wagtail/admin/tests/test_checks.pyo
${PYSITELIB}/wagtail/admin/tests/test_collections_views.py
${PYSITELIB}/wagtail/admin/tests/test_collections_views.pyc
${PYSITELIB}/wagtail/admin/tests/test_collections_views.pyo
@@ -1121,6 +1159,9 @@ ${PYSITELIB}/wagtail/admin/tests/test_co
${PYSITELIB}/wagtail/admin/tests/test_contentstate.py
${PYSITELIB}/wagtail/admin/tests/test_contentstate.pyc
${PYSITELIB}/wagtail/admin/tests/test_contentstate.pyo
+${PYSITELIB}/wagtail/admin/tests/test_dashboard.py
+${PYSITELIB}/wagtail/admin/tests/test_dashboard.pyc
+${PYSITELIB}/wagtail/admin/tests/test_dashboard.pyo
${PYSITELIB}/wagtail/admin/tests/test_dbwhitelister.py
${PYSITELIB}/wagtail/admin/tests/test_dbwhitelister.pyc
${PYSITELIB}/wagtail/admin/tests/test_dbwhitelister.pyo
@@ -1130,6 +1171,9 @@ ${PYSITELIB}/wagtail/admin/tests/test_di
${PYSITELIB}/wagtail/admin/tests/test_edit_handlers.py
${PYSITELIB}/wagtail/admin/tests/test_edit_handlers.pyc
${PYSITELIB}/wagtail/admin/tests/test_edit_handlers.pyo
+${PYSITELIB}/wagtail/admin/tests/test_editing_sessions.py
+${PYSITELIB}/wagtail/admin/tests/test_editing_sessions.pyc
+${PYSITELIB}/wagtail/admin/tests/test_editing_sessions.pyo
${PYSITELIB}/wagtail/admin/tests/test_filters.py
${PYSITELIB}/wagtail/admin/tests/test_filters.pyc
${PYSITELIB}/wagtail/admin/tests/test_filters.pyo
@@ -1145,6 +1189,9 @@ ${PYSITELIB}/wagtail/admin/tests/test_ic
${PYSITELIB}/wagtail/admin/tests/test_jinja2.py
${PYSITELIB}/wagtail/admin/tests/test_jinja2.pyc
${PYSITELIB}/wagtail/admin/tests/test_jinja2.pyo
+${PYSITELIB}/wagtail/admin/tests/test_keyboard_shortcuts.py
+${PYSITELIB}/wagtail/admin/tests/test_keyboard_shortcuts.pyc
+${PYSITELIB}/wagtail/admin/tests/test_keyboard_shortcuts.pyo
${PYSITELIB}/wagtail/admin/tests/test_menu.py
${PYSITELIB}/wagtail/admin/tests/test_menu.pyc
${PYSITELIB}/wagtail/admin/tests/test_menu.pyo
@@ -1226,6 +1273,9 @@ ${PYSITELIB}/wagtail/admin/ui/__init__.p
${PYSITELIB}/wagtail/admin/ui/components.py
${PYSITELIB}/wagtail/admin/ui/components.pyc
${PYSITELIB}/wagtail/admin/ui/components.pyo
+${PYSITELIB}/wagtail/admin/ui/editing_sessions.py
+${PYSITELIB}/wagtail/admin/ui/editing_sessions.pyc
+${PYSITELIB}/wagtail/admin/ui/editing_sessions.pyo
${PYSITELIB}/wagtail/admin/ui/fields.py
${PYSITELIB}/wagtail/admin/ui/fields.pyc
${PYSITELIB}/wagtail/admin/ui/fields.pyo
@@ -1247,6 +1297,9 @@ ${PYSITELIB}/wagtail/admin/urls/__init__
${PYSITELIB}/wagtail/admin/urls/collections.py
${PYSITELIB}/wagtail/admin/urls/collections.pyc
${PYSITELIB}/wagtail/admin/urls/collections.pyo
+${PYSITELIB}/wagtail/admin/urls/editing_sessions.py
+${PYSITELIB}/wagtail/admin/urls/editing_sessions.pyc
+${PYSITELIB}/wagtail/admin/urls/editing_sessions.pyo
${PYSITELIB}/wagtail/admin/urls/pages.py
${PYSITELIB}/wagtail/admin/urls/pages.pyc
${PYSITELIB}/wagtail/admin/urls/pages.pyo
@@ -1295,6 +1348,9 @@ ${PYSITELIB}/wagtail/admin/views/collect
${PYSITELIB}/wagtail/admin/views/dismissibles.py
${PYSITELIB}/wagtail/admin/views/dismissibles.pyc
${PYSITELIB}/wagtail/admin/views/dismissibles.pyo
+${PYSITELIB}/wagtail/admin/views/editing_sessions.py
+${PYSITELIB}/wagtail/admin/views/editing_sessions.pyc
+${PYSITELIB}/wagtail/admin/views/editing_sessions.pyo
${PYSITELIB}/wagtail/admin/views/generic/__init__.py
${PYSITELIB}/wagtail/admin/views/generic/__init__.pyc
${PYSITELIB}/wagtail/admin/views/generic/__init__.pyo
@@ -1361,6 +1417,9 @@ ${PYSITELIB}/wagtail/admin/views/pages/b
${PYSITELIB}/wagtail/admin/views/pages/bulk_actions/unpublish.py
${PYSITELIB}/wagtail/admin/views/pages/bulk_actions/unpublish.pyc
${PYSITELIB}/wagtail/admin/views/pages/bulk_actions/unpublish.pyo
+${PYSITELIB}/wagtail/admin/views/pages/choose_parent.py
+${PYSITELIB}/wagtail/admin/views/pages/choose_parent.pyc
+${PYSITELIB}/wagtail/admin/views/pages/choose_parent.pyo
${PYSITELIB}/wagtail/admin/views/pages/convert_alias.py
${PYSITELIB}/wagtail/admin/views/pages/convert_alias.pyc
${PYSITELIB}/wagtail/admin/views/pages/convert_alias.pyo
@@ -1451,6 +1510,9 @@ ${PYSITELIB}/wagtail/admin/viewsets/choo
${PYSITELIB}/wagtail/admin/viewsets/model.py
${PYSITELIB}/wagtail/admin/viewsets/model.pyc
${PYSITELIB}/wagtail/admin/viewsets/model.pyo
+${PYSITELIB}/wagtail/admin/viewsets/pages.py
+${PYSITELIB}/wagtail/admin/viewsets/pages.pyc
+${PYSITELIB}/wagtail/admin/viewsets/pages.pyo
${PYSITELIB}/wagtail/admin/wagtail_hooks.py
${PYSITELIB}/wagtail/admin/wagtail_hooks.pyc
${PYSITELIB}/wagtail/admin/wagtail_hooks.pyo
@@ -1550,6 +1612,9 @@ ${PYSITELIB}/wagtail/blocks/__init__.pyo
${PYSITELIB}/wagtail/blocks/base.py
${PYSITELIB}/wagtail/blocks/base.pyc
${PYSITELIB}/wagtail/blocks/base.pyo
+${PYSITELIB}/wagtail/blocks/definition_lookup.py
+${PYSITELIB}/wagtail/blocks/definition_lookup.pyc
+${PYSITELIB}/wagtail/blocks/definition_lookup.pyo
${PYSITELIB}/wagtail/blocks/field_block.py
${PYSITELIB}/wagtail/blocks/field_block.pyc
${PYSITELIB}/wagtail/blocks/field_block.pyo
@@ -1696,6 +1761,8 @@ ${PYSITELIB}/wagtail/contrib/forms/local
${PYSITELIB}/wagtail/contrib/forms/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/forms/locale/tr_TR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/forms/locale/tr_TR/LC_MESSAGES/django.po
+${PYSITELIB}/wagtail/contrib/forms/locale/ug/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/contrib/forms/locale/ug/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/forms/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/forms/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/forms/locale/vi/LC_MESSAGES/django.mo
@@ -1770,15 +1837,36 @@ ${PYSITELIB}/wagtail/contrib/frontend_ca
${PYSITELIB}/wagtail/contrib/frontend_cache/apps.py
${PYSITELIB}/wagtail/contrib/frontend_cache/apps.pyc
${PYSITELIB}/wagtail/contrib/frontend_cache/apps.pyo
-${PYSITELIB}/wagtail/contrib/frontend_cache/backends.py
-${PYSITELIB}/wagtail/contrib/frontend_cache/backends.pyc
-${PYSITELIB}/wagtail/contrib/frontend_cache/backends.pyo
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/__init__.py
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/__init__.pyc
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/__init__.pyo
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/azure.py
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/azure.pyc
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/azure.pyo
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/base.py
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/base.pyc
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/base.pyo
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/cloudflare.py
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/cloudflare.pyc
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/cloudflare.pyo
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/cloudfront.py
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/cloudfront.pyc
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/cloudfront.pyo
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/dummy.py
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/dummy.pyc
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/dummy.pyo
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/http.py
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/http.pyc
+${PYSITELIB}/wagtail/contrib/frontend_cache/backends/http.pyo
${PYSITELIB}/wagtail/contrib/frontend_cache/models.py
${PYSITELIB}/wagtail/contrib/frontend_cache/models.pyc
${PYSITELIB}/wagtail/contrib/frontend_cache/models.pyo
${PYSITELIB}/wagtail/contrib/frontend_cache/signal_handlers.py
${PYSITELIB}/wagtail/contrib/frontend_cache/signal_handlers.pyc
${PYSITELIB}/wagtail/contrib/frontend_cache/signal_handlers.pyo
+${PYSITELIB}/wagtail/contrib/frontend_cache/tasks.py
+${PYSITELIB}/wagtail/contrib/frontend_cache/tasks.pyc
+${PYSITELIB}/wagtail/contrib/frontend_cache/tasks.pyo
${PYSITELIB}/wagtail/contrib/frontend_cache/tests.py
${PYSITELIB}/wagtail/contrib/frontend_cache/tests.pyc
${PYSITELIB}/wagtail/contrib/frontend_cache/tests.pyo
@@ -1814,11 +1902,9 @@ ${PYSITELIB}/wagtail/contrib/redirects/f
${PYSITELIB}/wagtail/contrib/redirects/forms.pyc
${PYSITELIB}/wagtail/contrib/redirects/forms.pyo
${PYSITELIB}/wagtail/contrib/redirects/locale/af/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/contrib/redirects/locale/af/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/redirects/locale/ar/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/redirects/locale/ar/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/redirects/locale/az_AZ/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/contrib/redirects/locale/az_AZ/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/redirects/locale/be/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/redirects/locale/be/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/redirects/locale/bg/LC_MESSAGES/django.mo
@@ -1927,6 +2013,8 @@ ${PYSITELIB}/wagtail/contrib/redirects/l
${PYSITELIB}/wagtail/contrib/redirects/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/redirects/locale/tr_TR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/redirects/locale/tr_TR/LC_MESSAGES/django.po
+${PYSITELIB}/wagtail/contrib/redirects/locale/ug/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/contrib/redirects/locale/ug/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/redirects/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/redirects/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/redirects/locale/vi/LC_MESSAGES/django.mo
@@ -1992,9 +2080,8 @@ ${PYSITELIB}/wagtail/contrib/redirects/t
${PYSITELIB}/wagtail/contrib/redirects/templates/wagtailredirects/edit.html
${PYSITELIB}/wagtail/contrib/redirects/templates/wagtailredirects/import_summary.html
${PYSITELIB}/wagtail/contrib/redirects/templates/wagtailredirects/index.html
-${PYSITELIB}/wagtail/contrib/redirects/templates/wagtailredirects/list.html
-${PYSITELIB}/wagtail/contrib/redirects/templates/wagtailredirects/reports/redirects_report.html
-${PYSITELIB}/wagtail/contrib/redirects/templates/wagtailredirects/results.html
+${PYSITELIB}/wagtail/contrib/redirects/templates/wagtailredirects/index_results.html
+${PYSITELIB}/wagtail/contrib/redirects/templates/wagtailredirects/redirect_target_cell.html
${PYSITELIB}/wagtail/contrib/redirects/tests/__init__.py
${PYSITELIB}/wagtail/contrib/redirects/tests/__init__.pyc
${PYSITELIB}/wagtail/contrib/redirects/tests/__init__.pyo
@@ -2022,9 +2109,6 @@ ${PYSITELIB}/wagtail/contrib/redirects/t
${PYSITELIB}/wagtail/contrib/redirects/tests/test_redirects_api.py
${PYSITELIB}/wagtail/contrib/redirects/tests/test_redirects_api.pyc
${PYSITELIB}/wagtail/contrib/redirects/tests/test_redirects_api.pyo
-${PYSITELIB}/wagtail/contrib/redirects/tests/test_reports_view.py
-${PYSITELIB}/wagtail/contrib/redirects/tests/test_reports_view.pyc
-${PYSITELIB}/wagtail/contrib/redirects/tests/test_reports_view.pyo
${PYSITELIB}/wagtail/contrib/redirects/tests/test_signal_handlers.py
${PYSITELIB}/wagtail/contrib/redirects/tests/test_signal_handlers.pyc
${PYSITELIB}/wagtail/contrib/redirects/tests/test_signal_handlers.pyo
@@ -2102,13 +2186,11 @@ ${PYSITELIB}/wagtail/contrib/search_prom
${PYSITELIB}/wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/search_promotions/locale/en_IN/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/contrib/search_promotions/locale/en_IN/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/search_promotions/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/search_promotions/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/search_promotions/locale/es_419/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/search_promotions/locale/es_419/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/search_promotions/locale/es_VE/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/contrib/search_promotions/locale/es_VE/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/search_promotions/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/search_promotions/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/search_promotions/locale/eu/LC_MESSAGES/django.mo
@@ -2124,7 +2206,6 @@ ${PYSITELIB}/wagtail/contrib/search_prom
${PYSITELIB}/wagtail/contrib/search_promotions/locale/he_IL/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/search_promotions/locale/he_IL/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/search_promotions/locale/hi/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/contrib/search_promotions/locale/hi/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/search_promotions/locale/hr_HR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/search_promotions/locale/hr_HR/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/search_promotions/locale/ht/LC_MESSAGES/django.mo
@@ -2172,11 +2253,9 @@ ${PYSITELIB}/wagtail/contrib/search_prom
${PYSITELIB}/wagtail/contrib/search_promotions/locale/sl/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/search_promotions/locale/sl/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/search_promotions/locale/sr/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/contrib/search_promotions/locale/sr/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/search_promotions/locale/sv/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/search_promotions/locale/sv/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/search_promotions/locale/ta/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/contrib/search_promotions/locale/ta/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/search_promotions/locale/tet/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/search_promotions/locale/tet/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/search_promotions/locale/th/LC_MESSAGES/django.mo
@@ -2185,6 +2264,8 @@ ${PYSITELIB}/wagtail/contrib/search_prom
${PYSITELIB}/wagtail/contrib/search_promotions/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/search_promotions/locale/tr_TR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/search_promotions/locale/tr_TR/LC_MESSAGES/django.po
+${PYSITELIB}/wagtail/contrib/search_promotions/locale/ug/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/contrib/search_promotions/locale/ug/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/search_promotions/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/search_promotions/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/search_promotions/locale/vi/LC_MESSAGES/django.mo
@@ -2239,12 +2320,14 @@ ${PYSITELIB}/wagtail/contrib/search_prom
${PYSITELIB}/wagtail/contrib/search_promotions/templates/wagtailsearchpromotions/includes/searchpromotions_formset.html
${PYSITELIB}/wagtail/contrib/search_promotions/templates/wagtailsearchpromotions/includes/searchpromotions_formset.js
${PYSITELIB}/wagtail/contrib/search_promotions/templates/wagtailsearchpromotions/index.html
+${PYSITELIB}/wagtail/contrib/search_promotions/templates/wagtailsearchpromotions/index_results.html
${PYSITELIB}/wagtail/contrib/search_promotions/templates/wagtailsearchpromotions/list.html
${PYSITELIB}/wagtail/contrib/search_promotions/templates/wagtailsearchpromotions/queries/chooser/chooser.html
${PYSITELIB}/wagtail/contrib/search_promotions/templates/wagtailsearchpromotions/queries/chooser/results.html
${PYSITELIB}/wagtail/contrib/search_promotions/templates/wagtailsearchpromotions/queries/chooser_field.html
${PYSITELIB}/wagtail/contrib/search_promotions/templates/wagtailsearchpromotions/queries/chooser_field.js
${PYSITELIB}/wagtail/contrib/search_promotions/templates/wagtailsearchpromotions/results.html
+${PYSITELIB}/wagtail/contrib/search_promotions/templates/wagtailsearchpromotions/search_promotion_column.html
${PYSITELIB}/wagtail/contrib/search_promotions/templatetags/__init__.py
${PYSITELIB}/wagtail/contrib/search_promotions/templatetags/__init__.pyc
${PYSITELIB}/wagtail/contrib/search_promotions/templatetags/__init__.pyo
@@ -2254,9 +2337,15 @@ ${PYSITELIB}/wagtail/contrib/search_prom
${PYSITELIB}/wagtail/contrib/search_promotions/tests.py
${PYSITELIB}/wagtail/contrib/search_promotions/tests.pyc
${PYSITELIB}/wagtail/contrib/search_promotions/tests.pyo
-${PYSITELIB}/wagtail/contrib/search_promotions/views.py
-${PYSITELIB}/wagtail/contrib/search_promotions/views.pyc
-${PYSITELIB}/wagtail/contrib/search_promotions/views.pyo
+${PYSITELIB}/wagtail/contrib/search_promotions/views/__init__.py
+${PYSITELIB}/wagtail/contrib/search_promotions/views/__init__.pyc
+${PYSITELIB}/wagtail/contrib/search_promotions/views/__init__.pyo
+${PYSITELIB}/wagtail/contrib/search_promotions/views/reports.py
+${PYSITELIB}/wagtail/contrib/search_promotions/views/reports.pyc
+${PYSITELIB}/wagtail/contrib/search_promotions/views/reports.pyo
+${PYSITELIB}/wagtail/contrib/search_promotions/views/settings.py
+${PYSITELIB}/wagtail/contrib/search_promotions/views/settings.pyc
+${PYSITELIB}/wagtail/contrib/search_promotions/views/settings.pyo
${PYSITELIB}/wagtail/contrib/search_promotions/wagtail_hooks.py
${PYSITELIB}/wagtail/contrib/search_promotions/wagtail_hooks.pyc
${PYSITELIB}/wagtail/contrib/search_promotions/wagtail_hooks.pyo
@@ -2276,7 +2365,6 @@ ${PYSITELIB}/wagtail/contrib/settings/ji
${PYSITELIB}/wagtail/contrib/settings/jinja2tags.pyc
${PYSITELIB}/wagtail/contrib/settings/jinja2tags.pyo
${PYSITELIB}/wagtail/contrib/settings/locale/af/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/contrib/settings/locale/af/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/settings/locale/ar/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/settings/locale/ar/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/settings/locale/az_AZ/LC_MESSAGES/django.mo
@@ -2284,7 +2372,6 @@ ${PYSITELIB}/wagtail/contrib/settings/lo
${PYSITELIB}/wagtail/contrib/settings/locale/be/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/settings/locale/be/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/settings/locale/bg/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/contrib/settings/locale/bg/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/settings/locale/bn/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/settings/locale/bn/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/settings/locale/ca/LC_MESSAGES/django.mo
@@ -2385,6 +2472,8 @@ ${PYSITELIB}/wagtail/contrib/settings/lo
${PYSITELIB}/wagtail/contrib/settings/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/settings/locale/tr_TR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/settings/locale/tr_TR/LC_MESSAGES/django.po
+${PYSITELIB}/wagtail/contrib/settings/locale/ug/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/contrib/settings/locale/ug/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/settings/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/settings/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/settings/locale/vi/LC_MESSAGES/django.mo
@@ -2536,6 +2625,8 @@ ${PYSITELIB}/wagtail/contrib/simple_tran
${PYSITELIB}/wagtail/contrib/simple_translation/locale/sl/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/simple_translation/locale/sv/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/simple_translation/locale/sv/LC_MESSAGES/django.po
+${PYSITELIB}/wagtail/contrib/simple_translation/locale/ug/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/contrib/simple_translation/locale/ug/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/simple_translation/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/simple_translation/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/simple_translation/locale/vi/LC_MESSAGES/django.mo
@@ -2709,6 +2800,8 @@ ${PYSITELIB}/wagtail/contrib/styleguide/
${PYSITELIB}/wagtail/contrib/styleguide/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/styleguide/locale/tr_TR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/styleguide/locale/tr_TR/LC_MESSAGES/django.po
+${PYSITELIB}/wagtail/contrib/styleguide/locale/ug/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/contrib/styleguide/locale/ug/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/styleguide/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/styleguide/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/styleguide/locale/vi/LC_MESSAGES/django.mo
@@ -2828,6 +2921,8 @@ ${PYSITELIB}/wagtail/contrib/table_block
${PYSITELIB}/wagtail/contrib/table_block/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/table_block/locale/tr_TR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/table_block/locale/tr_TR/LC_MESSAGES/django.po
+${PYSITELIB}/wagtail/contrib/table_block/locale/ug/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/contrib/table_block/locale/ug/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/table_block/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/table_block/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/table_block/locale/vi/LC_MESSAGES/django.mo
@@ -2909,6 +3004,8 @@ ${PYSITELIB}/wagtail/contrib/typed_table
${PYSITELIB}/wagtail/contrib/typed_table_block/locale/sv/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/typed_table_block/locale/th/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/typed_table_block/locale/th/LC_MESSAGES/django.po
+${PYSITELIB}/wagtail/contrib/typed_table_block/locale/ug/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/contrib/typed_table_block/locale/ug/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/typed_table_block/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/contrib/typed_table_block/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/contrib/typed_table_block/locale/zh/LC_MESSAGES/django.mo
@@ -2995,13 +3092,11 @@ ${PYSITELIB}/wagtail/documents/locale/el
${PYSITELIB}/wagtail/documents/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/documents/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/documents/locale/en_IN/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/documents/locale/en_IN/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/documents/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/documents/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/documents/locale/es_419/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/documents/locale/es_419/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/documents/locale/es_VE/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/documents/locale/es_VE/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/documents/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/documents/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/documents/locale/eu/LC_MESSAGES/django.mo
@@ -3017,7 +3112,6 @@ ${PYSITELIB}/wagtail/documents/locale/gl
${PYSITELIB}/wagtail/documents/locale/he_IL/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/documents/locale/he_IL/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/documents/locale/hi/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/documents/locale/hi/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/documents/locale/hr_HR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/documents/locale/hr_HR/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/documents/locale/ht/LC_MESSAGES/django.mo
@@ -3065,11 +3159,9 @@ ${PYSITELIB}/wagtail/documents/locale/sk
${PYSITELIB}/wagtail/documents/locale/sl/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/documents/locale/sl/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/documents/locale/sr/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/documents/locale/sr/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/documents/locale/sv/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/documents/locale/sv/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/documents/locale/ta/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/documents/locale/ta/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/documents/locale/tet/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/documents/locale/tet/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/documents/locale/th/LC_MESSAGES/django.mo
@@ -3078,6 +3170,8 @@ ${PYSITELIB}/wagtail/documents/locale/tr
${PYSITELIB}/wagtail/documents/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/documents/locale/tr_TR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/documents/locale/tr_TR/LC_MESSAGES/django.po
+${PYSITELIB}/wagtail/documents/locale/ug/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/documents/locale/ug/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/documents/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/documents/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/documents/locale/vi/LC_MESSAGES/django.mo
@@ -3127,6 +3221,12 @@ ${PYSITELIB}/wagtail/documents/migration
${PYSITELIB}/wagtail/documents/migrations/0012_uploadeddocument.py
${PYSITELIB}/wagtail/documents/migrations/0012_uploadeddocument.pyc
${PYSITELIB}/wagtail/documents/migrations/0012_uploadeddocument.pyo
+${PYSITELIB}/wagtail/documents/migrations/0013_delete_uploadeddocument.py
+${PYSITELIB}/wagtail/documents/migrations/0013_delete_uploadeddocument.pyc
+${PYSITELIB}/wagtail/documents/migrations/0013_delete_uploadeddocument.pyo
+${PYSITELIB}/wagtail/documents/migrations/0014_alter_document_file_size.py
+${PYSITELIB}/wagtail/documents/migrations/0014_alter_document_file_size.pyc
+${PYSITELIB}/wagtail/documents/migrations/0014_alter_document_file_size.pyo
${PYSITELIB}/wagtail/documents/migrations/__init__.py
${PYSITELIB}/wagtail/documents/migrations/__init__.pyc
${PYSITELIB}/wagtail/documents/migrations/__init__.pyo
@@ -3163,7 +3263,6 @@ ${PYSITELIB}/wagtail/documents/templates
${PYSITELIB}/wagtail/documents/templates/wagtaildocs/documents/edit.html
${PYSITELIB}/wagtail/documents/templates/wagtaildocs/documents/index.html
${PYSITELIB}/wagtail/documents/templates/wagtaildocs/documents/index_results.html
-${PYSITELIB}/wagtail/documents/templates/wagtaildocs/documents/list.html
${PYSITELIB}/wagtail/documents/templates/wagtaildocs/homepage/site_summary_documents.html
${PYSITELIB}/wagtail/documents/templates/wagtaildocs/multiple/add.html
${PYSITELIB}/wagtail/documents/templates/wagtaildocs/password_required.html
@@ -3393,6 +3492,8 @@ ${PYSITELIB}/wagtail/embeds/locale/tr/LC
${PYSITELIB}/wagtail/embeds/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/embeds/locale/tr_TR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/embeds/locale/tr_TR/LC_MESSAGES/django.po
+${PYSITELIB}/wagtail/embeds/locale/ug/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/embeds/locale/ug/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/embeds/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/embeds/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/embeds/locale/vi/LC_MESSAGES/django.mo
@@ -3448,6 +3549,9 @@ ${PYSITELIB}/wagtail/embeds/rich_text/co
${PYSITELIB}/wagtail/embeds/rich_text/editor_html.py
${PYSITELIB}/wagtail/embeds/rich_text/editor_html.pyc
${PYSITELIB}/wagtail/embeds/rich_text/editor_html.pyo
+${PYSITELIB}/wagtail/embeds/signal_handlers.py
+${PYSITELIB}/wagtail/embeds/signal_handlers.pyc
+${PYSITELIB}/wagtail/embeds/signal_handlers.pyo
${PYSITELIB}/wagtail/embeds/static/wagtailembeds/js/embed-chooser-modal.js
${PYSITELIB}/wagtail/embeds/templates/wagtailembeds/chooser/chooser.html
${PYSITELIB}/wagtail/embeds/templates/wagtailembeds/embed_editor.html
@@ -3560,7 +3664,6 @@ ${PYSITELIB}/wagtail/images/jinja2tags.p
${PYSITELIB}/wagtail/images/jinja2tags.pyc
${PYSITELIB}/wagtail/images/jinja2tags.pyo
${PYSITELIB}/wagtail/images/locale/af/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/images/locale/af/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/images/locale/ar/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/images/locale/ar/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/images/locale/az_AZ/LC_MESSAGES/django.mo
@@ -3588,7 +3691,6 @@ ${PYSITELIB}/wagtail/images/locale/el/LC
${PYSITELIB}/wagtail/images/locale/en/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/images/locale/en/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/images/locale/en_IN/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/images/locale/en_IN/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/images/locale/es/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/images/locale/es/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/images/locale/es_419/LC_MESSAGES/django.mo
@@ -3608,7 +3710,6 @@ ${PYSITELIB}/wagtail/images/locale/gl/LC
${PYSITELIB}/wagtail/images/locale/he_IL/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/images/locale/he_IL/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/images/locale/hi/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/images/locale/hi/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/images/locale/hr_HR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/images/locale/hr_HR/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/images/locale/ht/LC_MESSAGES/django.mo
@@ -3666,6 +3767,8 @@ ${PYSITELIB}/wagtail/images/locale/tr/LC
${PYSITELIB}/wagtail/images/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/images/locale/tr_TR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/images/locale/tr_TR/LC_MESSAGES/django.po
+${PYSITELIB}/wagtail/images/locale/ug/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/images/locale/ug/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/images/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/images/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/images/locale/vi/LC_MESSAGES/django.mo
@@ -3763,6 +3866,12 @@ ${PYSITELIB}/wagtail/images/migrations/0
${PYSITELIB}/wagtail/images/migrations/0025_alter_image_file_alter_rendition_file.py
${PYSITELIB}/wagtail/images/migrations/0025_alter_image_file_alter_rendition_file.pyc
${PYSITELIB}/wagtail/images/migrations/0025_alter_image_file_alter_rendition_file.pyo
+${PYSITELIB}/wagtail/images/migrations/0026_delete_uploadedimage.py
+${PYSITELIB}/wagtail/images/migrations/0026_delete_uploadedimage.pyc
+${PYSITELIB}/wagtail/images/migrations/0026_delete_uploadedimage.pyo
+${PYSITELIB}/wagtail/images/migrations/0027_image_description.py
+${PYSITELIB}/wagtail/images/migrations/0027_image_description.pyc
+${PYSITELIB}/wagtail/images/migrations/0027_image_description.pyo
${PYSITELIB}/wagtail/images/migrations/__init__.py
${PYSITELIB}/wagtail/images/migrations/__init__.pyc
${PYSITELIB}/wagtail/images/migrations/__init__.pyo
@@ -3793,15 +3902,18 @@ ${PYSITELIB}/wagtail/images/signal_handl
${PYSITELIB}/wagtail/images/static/wagtailimages/images/Jcrop.gif
${PYSITELIB}/wagtail/images/static/wagtailimages/js/add-multiple.js
${PYSITELIB}/wagtail/images/static/wagtailimages/js/focal-point-chooser.js
+${PYSITELIB}/wagtail/images/static/wagtailimages/js/image-block.js
${PYSITELIB}/wagtail/images/static/wagtailimages/js/image-chooser-modal.js
${PYSITELIB}/wagtail/images/static/wagtailimages/js/image-chooser-telepath.js
${PYSITELIB}/wagtail/images/static/wagtailimages/js/image-chooser.js
${PYSITELIB}/wagtail/images/static/wagtailimages/js/image-url-generator.js
-${PYSITELIB}/wagtail/images/static/wagtailimages/js/vendor/canvas-to-blob.min.js
${PYSITELIB}/wagtail/images/static/wagtailimages/js/vendor/jquery.Jcrop.min.js
${PYSITELIB}/wagtail/images/static/wagtailimages/js/vendor/jquery.fileupload-image.js
${PYSITELIB}/wagtail/images/static/wagtailimages/js/vendor/jquery.fileupload-validate.js
${PYSITELIB}/wagtail/images/static/wagtailimages/js/vendor/load-image.min.js
+${PYSITELIB}/wagtail/images/tasks.py
+${PYSITELIB}/wagtail/images/tasks.pyc
+${PYSITELIB}/wagtail/images/tasks.pyo
${PYSITELIB}/wagtail/images/templates/wagtailimages/bulk_actions/confirm_bulk_add_tags.html
${PYSITELIB}/wagtail/images/templates/wagtailimages/bulk_actions/confirm_bulk_add_to_collection.html
${PYSITELIB}/wagtail/images/templates/wagtailimages/bulk_actions/confirm_bulk_delete.html
@@ -3816,6 +3928,7 @@ ${PYSITELIB}/wagtail/images/templates/wa
${PYSITELIB}/wagtail/images/templates/wagtailimages/images/confirm_delete.html
${PYSITELIB}/wagtail/images/templates/wagtailimages/images/confirm_duplicate_upload.html
${PYSITELIB}/wagtail/images/templates/wagtailimages/images/edit.html
+${PYSITELIB}/wagtail/images/templates/wagtailimages/images/image_listing_header.html
${PYSITELIB}/wagtail/images/templates/wagtailimages/images/index.html
${PYSITELIB}/wagtail/images/templates/wagtailimages/images/index_results.html
${PYSITELIB}/wagtail/images/templates/wagtailimages/images/results_image.html
@@ -3823,6 +3936,7 @@ ${PYSITELIB}/wagtail/images/templates/wa
${PYSITELIB}/wagtail/images/templates/wagtailimages/multiple/add.html
${PYSITELIB}/wagtail/images/templates/wagtailimages/permissions/includes/image_permissions_formset.html
${PYSITELIB}/wagtail/images/templates/wagtailimages/widgets/compare.html
+${PYSITELIB}/wagtail/images/templates/wagtailimages/widgets/image.html
${PYSITELIB}/wagtail/images/templates/wagtailimages/widgets/image_chooser.html
${PYSITELIB}/wagtail/images/templatetags/__init__.py
${PYSITELIB}/wagtail/images/templatetags/__init__.pyc
@@ -4049,6 +4163,8 @@ ${PYSITELIB}/wagtail/locale/tr/LC_MESSAG
${PYSITELIB}/wagtail/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/locale/tr_TR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/locale/tr_TR/LC_MESSAGES/django.po
+${PYSITELIB}/wagtail/locale/ug/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/locale/ug/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/locale/vi/LC_MESSAGES/django.mo
@@ -4156,6 +4272,8 @@ ${PYSITELIB}/wagtail/locales/locale/tr/L
${PYSITELIB}/wagtail/locales/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/locales/locale/tr_TR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/locales/locale/tr_TR/LC_MESSAGES/django.po
+${PYSITELIB}/wagtail/locales/locale/ug/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/locales/locale/ug/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/locales/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/locales/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/locales/locale/vi/LC_MESSAGES/django.mo
@@ -4194,6 +4312,9 @@ ${PYSITELIB}/wagtail/management/__init__
${PYSITELIB}/wagtail/management/commands/__init__.py
${PYSITELIB}/wagtail/management/commands/__init__.pyc
${PYSITELIB}/wagtail/management/commands/__init__.pyo
+${PYSITELIB}/wagtail/management/commands/convert_mariadb_uuids.py
+${PYSITELIB}/wagtail/management/commands/convert_mariadb_uuids.pyc
+${PYSITELIB}/wagtail/management/commands/convert_mariadb_uuids.pyo
${PYSITELIB}/wagtail/management/commands/create_log_entries_from_revisions.py
${PYSITELIB}/wagtail/management/commands/create_log_entries_from_revisions.pyc
${PYSITELIB}/wagtail/management/commands/create_log_entries_from_revisions.pyo
@@ -4503,6 +4624,15 @@ ${PYSITELIB}/wagtail/migrations/0090_rem
${PYSITELIB}/wagtail/migrations/0091_remove_revision_submitted_for_moderation.py
${PYSITELIB}/wagtail/migrations/0091_remove_revision_submitted_for_moderation.pyc
${PYSITELIB}/wagtail/migrations/0091_remove_revision_submitted_for_moderation.pyo
+${PYSITELIB}/wagtail/migrations/0092_alter_collectionviewrestriction_password_and_more.py
+${PYSITELIB}/wagtail/migrations/0092_alter_collectionviewrestriction_password_and_more.pyc
+${PYSITELIB}/wagtail/migrations/0092_alter_collectionviewrestriction_password_and_more.pyo
+${PYSITELIB}/wagtail/migrations/0093_uploadedfile.py
+${PYSITELIB}/wagtail/migrations/0093_uploadedfile.pyc
+${PYSITELIB}/wagtail/migrations/0093_uploadedfile.pyo
+${PYSITELIB}/wagtail/migrations/0094_alter_page_locale.py
+${PYSITELIB}/wagtail/migrations/0094_alter_page_locale.pyc
+${PYSITELIB}/wagtail/migrations/0094_alter_page_locale.pyo
${PYSITELIB}/wagtail/migrations/__init__.py
${PYSITELIB}/wagtail/migrations/__init__.pyc
${PYSITELIB}/wagtail/migrations/__init__.pyo
@@ -4521,6 +4651,12 @@ ${PYSITELIB}/wagtail/models/copying.pyo
${PYSITELIB}/wagtail/models/i18n.py
${PYSITELIB}/wagtail/models/i18n.pyc
${PYSITELIB}/wagtail/models/i18n.pyo
+${PYSITELIB}/wagtail/models/media.py
+${PYSITELIB}/wagtail/models/media.pyc
+${PYSITELIB}/wagtail/models/media.pyo
+${PYSITELIB}/wagtail/models/panels.py
+${PYSITELIB}/wagtail/models/panels.pyc
+${PYSITELIB}/wagtail/models/panels.pyo
${PYSITELIB}/wagtail/models/reference_index.py
${PYSITELIB}/wagtail/models/reference_index.pyc
${PYSITELIB}/wagtail/models/reference_index.pyo
@@ -4711,6 +4847,7 @@ ${PYSITELIB}/wagtail/search/locale/et/LC
${PYSITELIB}/wagtail/search/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/search/locale/eu/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/search/locale/fa/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/search/locale/fa/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/search/locale/fi/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/search/locale/fi/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/search/locale/fr/LC_MESSAGES/django.mo
@@ -4771,6 +4908,8 @@ ${PYSITELIB}/wagtail/search/locale/tr/LC
${PYSITELIB}/wagtail/search/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/search/locale/tr_TR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/search/locale/tr_TR/LC_MESSAGES/django.po
+${PYSITELIB}/wagtail/search/locale/ug/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/search/locale/ug/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/search/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/search/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/search/locale/vi/LC_MESSAGES/django.mo
@@ -4831,6 +4970,9 @@ ${PYSITELIB}/wagtail/search/queryset.pyo
${PYSITELIB}/wagtail/search/signal_handlers.py
${PYSITELIB}/wagtail/search/signal_handlers.pyc
${PYSITELIB}/wagtail/search/signal_handlers.pyo
+${PYSITELIB}/wagtail/search/tasks.py
+${PYSITELIB}/wagtail/search/tasks.pyc
+${PYSITELIB}/wagtail/search/tasks.pyo
${PYSITELIB}/wagtail/search/templates/wagtailsearch/search_results.html
${PYSITELIB}/wagtail/search/tests/__init__.py
${PYSITELIB}/wagtail/search/tests/__init__.pyc
@@ -4865,9 +5007,6 @@ ${PYSITELIB}/wagtail/search/tests/test_p
${PYSITELIB}/wagtail/search/tests/test_postgres_backend.py
${PYSITELIB}/wagtail/search/tests/test_postgres_backend.pyc
${PYSITELIB}/wagtail/search/tests/test_postgres_backend.pyo
-${PYSITELIB}/wagtail/search/tests/test_postgres_stemming.py
-${PYSITELIB}/wagtail/search/tests/test_postgres_stemming.pyc
-${PYSITELIB}/wagtail/search/tests/test_postgres_stemming.pyo
${PYSITELIB}/wagtail/search/tests/test_queries.py
${PYSITELIB}/wagtail/search/tests/test_queries.pyc
${PYSITELIB}/wagtail/search/tests/test_queries.pyo
@@ -4999,6 +5138,8 @@ ${PYSITELIB}/wagtail/sites/locale/tr/LC_
${PYSITELIB}/wagtail/sites/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/sites/locale/tr_TR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/sites/locale/tr_TR/LC_MESSAGES/django.po
+${PYSITELIB}/wagtail/sites/locale/ug/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/sites/locale/ug/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/sites/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/sites/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/sites/locale/vi/LC_MESSAGES/django.mo
@@ -5007,8 +5148,6 @@ ${PYSITELIB}/wagtail/sites/locale/zh_Han
${PYSITELIB}/wagtail/sites/locale/zh_Hans/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/sites/locale/zh_Hant/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/sites/locale/zh_Hant/LC_MESSAGES/django.po
-${PYSITELIB}/wagtail/sites/templates/wagtailsites/create.html
-${PYSITELIB}/wagtail/sites/templates/wagtailsites/edit.html
${PYSITELIB}/wagtail/sites/tests.py
${PYSITELIB}/wagtail/sites/tests.pyc
${PYSITELIB}/wagtail/sites/tests.pyo
@@ -5151,6 +5290,8 @@ ${PYSITELIB}/wagtail/snippets/locale/tr/
${PYSITELIB}/wagtail/snippets/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/snippets/locale/tr_TR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/snippets/locale/tr_TR/LC_MESSAGES/django.po
+${PYSITELIB}/wagtail/snippets/locale/ug/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/snippets/locale/ug/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/snippets/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/snippets/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/snippets/locale/vi/LC_MESSAGES/django.mo
@@ -5188,7 +5329,6 @@ ${PYSITELIB}/wagtail/snippets/templates/
${PYSITELIB}/wagtail/snippets/templates/wagtailsnippets/snippets/index.html
${PYSITELIB}/wagtail/snippets/templates/wagtailsnippets/snippets/index_results.html
${PYSITELIB}/wagtail/snippets/templates/wagtailsnippets/snippets/list.html
-${PYSITELIB}/wagtail/snippets/templates/wagtailsnippets/snippets/revisions/_actions.html
${PYSITELIB}/wagtail/snippets/templates/wagtailsnippets/snippets/usage.html
${PYSITELIB}/wagtail/snippets/templatetags/__init__.py
${PYSITELIB}/wagtail/snippets/templatetags/__init__.pyc
@@ -5241,12 +5381,16 @@ ${PYSITELIB}/wagtail/snippets/wagtail_ho
${PYSITELIB}/wagtail/snippets/widgets.py
${PYSITELIB}/wagtail/snippets/widgets.pyc
${PYSITELIB}/wagtail/snippets/widgets.pyo
+${PYSITELIB}/wagtail/tasks.py
+${PYSITELIB}/wagtail/tasks.pyc
+${PYSITELIB}/wagtail/tasks.pyo
${PYSITELIB}/wagtail/telepath.py
${PYSITELIB}/wagtail/telepath.pyc
${PYSITELIB}/wagtail/telepath.pyo
${PYSITELIB}/wagtail/templates/wagtailcore/login.html
${PYSITELIB}/wagtail/templates/wagtailcore/page.html
${PYSITELIB}/wagtail/templates/wagtailcore/password_required.html
+${PYSITELIB}/wagtail/templates/wagtailcore/shared/block_preview.html
${PYSITELIB}/wagtail/templates/wagtailcore/shared/richtext.html
${PYSITELIB}/wagtail/templatetags/__init__.py
${PYSITELIB}/wagtail/templatetags/__init__.pyc
@@ -5321,6 +5465,18 @@ ${PYSITELIB}/wagtail/test/dummy_external
${PYSITELIB}/wagtail/test/dummy_sendfile_backend.py
${PYSITELIB}/wagtail/test/dummy_sendfile_backend.pyc
${PYSITELIB}/wagtail/test/dummy_sendfile_backend.pyo
+${PYSITELIB}/wagtail/test/earlypage/__init__.py
+${PYSITELIB}/wagtail/test/earlypage/__init__.pyc
+${PYSITELIB}/wagtail/test/earlypage/__init__.pyo
+${PYSITELIB}/wagtail/test/earlypage/migrations/0001_initial.py
+${PYSITELIB}/wagtail/test/earlypage/migrations/0001_initial.pyc
+${PYSITELIB}/wagtail/test/earlypage/migrations/0001_initial.pyo
+${PYSITELIB}/wagtail/test/earlypage/migrations/__init__.py
+${PYSITELIB}/wagtail/test/earlypage/migrations/__init__.pyc
+${PYSITELIB}/wagtail/test/earlypage/migrations/__init__.pyo
+${PYSITELIB}/wagtail/test/earlypage/models.py
+${PYSITELIB}/wagtail/test/earlypage/models.pyc
+${PYSITELIB}/wagtail/test/earlypage/models.pyo
${PYSITELIB}/wagtail/test/emailuser/__init__.py
${PYSITELIB}/wagtail/test/emailuser/__init__.pyc
${PYSITELIB}/wagtail/test/emailuser/__init__.pyo
@@ -5351,6 +5507,9 @@ ${PYSITELIB}/wagtail/test/i18n/migration
${PYSITELIB}/wagtail/test/i18n/migrations/0002_clusterabletestmodel_clusterabletestmodelchild_clusterabletestmodeltranslatablechild.py
${PYSITELIB}/wagtail/test/i18n/migrations/0002_clusterabletestmodel_clusterabletestmodelchild_clusterabletestmodeltranslatablechild.pyc
${PYSITELIB}/wagtail/test/i18n/migrations/0002_clusterabletestmodel_clusterabletestmodelchild_clusterabletestmodeltranslatablechild.pyo
+${PYSITELIB}/wagtail/test/i18n/migrations/0003_alter_clusterabletestmodel_locale_and_more.py
+${PYSITELIB}/wagtail/test/i18n/migrations/0003_alter_clusterabletestmodel_locale_and_more.pyc
+${PYSITELIB}/wagtail/test/i18n/migrations/0003_alter_clusterabletestmodel_locale_and_more.pyo
${PYSITELIB}/wagtail/test/i18n/migrations/__init__.py
${PYSITELIB}/wagtail/test/i18n/migrations/__init__.pyc
${PYSITELIB}/wagtail/test/i18n/migrations/__init__.pyo
@@ -5366,6 +5525,9 @@ ${PYSITELIB}/wagtail/test/middleware.pyo
${PYSITELIB}/wagtail/test/non_root_urls.py
${PYSITELIB}/wagtail/test/non_root_urls.pyc
${PYSITELIB}/wagtail/test/non_root_urls.pyo
+${PYSITELIB}/wagtail/test/numberformat.py
+${PYSITELIB}/wagtail/test/numberformat.pyc
+${PYSITELIB}/wagtail/test/numberformat.pyo
${PYSITELIB}/wagtail/test/routablepage/__init__.py
${PYSITELIB}/wagtail/test/routablepage/__init__.pyc
${PYSITELIB}/wagtail/test/routablepage/__init__.pyo
@@ -5456,6 +5618,9 @@ ${PYSITELIB}/wagtail/test/snippets/migra
${PYSITELIB}/wagtail/test/snippets/migrations/0011_nonautocompletesearchablesnippet.py
${PYSITELIB}/wagtail/test/snippets/migrations/0011_nonautocompletesearchablesnippet.pyc
${PYSITELIB}/wagtail/test/snippets/migrations/0011_nonautocompletesearchablesnippet.pyo
+${PYSITELIB}/wagtail/test/snippets/migrations/0012_alter_translatablesnippet_locale.py
+${PYSITELIB}/wagtail/test/snippets/migrations/0012_alter_translatablesnippet_locale.pyc
+${PYSITELIB}/wagtail/test/snippets/migrations/0012_alter_translatablesnippet_locale.pyo
${PYSITELIB}/wagtail/test/snippets/migrations/__init__.py
${PYSITELIB}/wagtail/test/snippets/migrations/__init__.pyc
${PYSITELIB}/wagtail/test/snippets/migrations/__init__.pyo
@@ -5609,6 +5774,45 @@ ${PYSITELIB}/wagtail/test/testapp/migrat
${PYSITELIB}/wagtail/test/testapp/migrations/0033_customcopyformpage.py
${PYSITELIB}/wagtail/test/testapp/migrations/0033_customcopyformpage.pyc
${PYSITELIB}/wagtail/test/testapp/migrations/0033_customcopyformpage.pyo
+${PYSITELIB}/wagtail/test/testapp/migrations/0034_custompermissionmodel.py
+${PYSITELIB}/wagtail/test/testapp/migrations/0034_custompermissionmodel.pyc
+${PYSITELIB}/wagtail/test/testapp/migrations/0034_custompermissionmodel.pyo
+${PYSITELIB}/wagtail/test/testapp/migrations/0035_modelwithcustommanager.py
+${PYSITELIB}/wagtail/test/testapp/migrations/0035_modelwithcustommanager.pyc
+${PYSITELIB}/wagtail/test/testapp/migrations/0035_modelwithcustommanager.pyo
+${PYSITELIB}/wagtail/test/testapp/migrations/0036_complexdefaultstreampage.py
+${PYSITELIB}/wagtail/test/testapp/migrations/0036_complexdefaultstreampage.pyc
+${PYSITELIB}/wagtail/test/testapp/migrations/0036_complexdefaultstreampage.pyo
+${PYSITELIB}/wagtail/test/testapp/migrations/0037_testpermissionedgenericsetting_and_more.py
+${PYSITELIB}/wagtail/test/testapp/migrations/0037_testpermissionedgenericsetting_and_more.pyc
+${PYSITELIB}/wagtail/test/testapp/migrations/0037_testpermissionedgenericsetting_and_more.pyo
+${PYSITELIB}/wagtail/test/testapp/migrations/0038_sociallink.py
+${PYSITELIB}/wagtail/test/testapp/migrations/0038_sociallink.pyc
+${PYSITELIB}/wagtail/test/testapp/migrations/0038_sociallink.pyo
+${PYSITELIB}/wagtail/test/testapp/migrations/0039_alter_eventcategory_locale_and_more.py
+${PYSITELIB}/wagtail/test/testapp/migrations/0039_alter_eventcategory_locale_and_more.pyc
+${PYSITELIB}/wagtail/test/testapp/migrations/0039_alter_eventcategory_locale_and_more.pyo
+${PYSITELIB}/wagtail/test/testapp/migrations/0040_nocreatablesubpagetypespage_nosubpagetypespage.py
+${PYSITELIB}/wagtail/test/testapp/migrations/0040_nocreatablesubpagetypespage_nosubpagetypespage.pyc
+${PYSITELIB}/wagtail/test/testapp/migrations/0040_nocreatablesubpagetypespage_nosubpagetypespage.pyo
+${PYSITELIB}/wagtail/test/testapp/migrations/0041_alter_jsonstreammodel_options.py
+${PYSITELIB}/wagtail/test/testapp/migrations/0041_alter_jsonstreammodel_options.pyc
+${PYSITELIB}/wagtail/test/testapp/migrations/0041_alter_jsonstreammodel_options.pyo
+${PYSITELIB}/wagtail/test/testapp/migrations/0042_alter_customdocument_file_size_and_more.py
+${PYSITELIB}/wagtail/test/testapp/migrations/0042_alter_customdocument_file_size_and_more.pyc
+${PYSITELIB}/wagtail/test/testapp/migrations/0042_alter_customdocument_file_size_and_more.pyo
+${PYSITELIB}/wagtail/test/testapp/migrations/0043_customimage_description.py
+${PYSITELIB}/wagtail/test/testapp/migrations/0043_customimage_description.pyc
+${PYSITELIB}/wagtail/test/testapp/migrations/0043_customimage_description.pyo
+${PYSITELIB}/wagtail/test/testapp/migrations/0044_custompreviewsizesmodel_custompreviewsizespage.py
+${PYSITELIB}/wagtail/test/testapp/migrations/0044_custompreviewsizesmodel_custompreviewsizespage.pyc
+${PYSITELIB}/wagtail/test/testapp/migrations/0044_custompreviewsizesmodel_custompreviewsizespage.pyo
+${PYSITELIB}/wagtail/test/testapp/migrations/0045_alter_streampage_body.py
+${PYSITELIB}/wagtail/test/testapp/migrations/0045_alter_streampage_body.pyc
+${PYSITELIB}/wagtail/test/testapp/migrations/0045_alter_streampage_body.pyo
+${PYSITELIB}/wagtail/test/testapp/migrations/0046_advertwithcustomuuidprimarykey_page.py
+${PYSITELIB}/wagtail/test/testapp/migrations/0046_advertwithcustomuuidprimarykey_page.pyc
+${PYSITELIB}/wagtail/test/testapp/migrations/0046_advertwithcustomuuidprimarykey_page.pyo
${PYSITELIB}/wagtail/test/testapp/migrations/__init__.py
${PYSITELIB}/wagtail/test/testapp/migrations/__init__.pyc
${PYSITELIB}/wagtail/test/testapp/migrations/__init__.pyo
@@ -5637,6 +5841,9 @@ ${PYSITELIB}/wagtail/test/testapp/templa
${PYSITELIB}/wagtail/test/testapp/templates/tests/blocks/struct_block_custom_value.html
${PYSITELIB}/wagtail/test/testapp/templates/tests/blocks/table_block_with_caption.html
${PYSITELIB}/wagtail/test/testapp/templates/tests/business_child.html
+${PYSITELIB}/wagtail/test/testapp/templates/tests/custom_block_preview.html
+${PYSITELIB}/wagtail/test/testapp/templates/tests/custom_docs_password_required.html
+${PYSITELIB}/wagtail/test/testapp/templates/tests/custom_page_password_required.html
${PYSITELIB}/wagtail/test/testapp/templates/tests/event_index.html
${PYSITELIB}/wagtail/test/testapp/templates/tests/event_page.html
${PYSITELIB}/wagtail/test/testapp/templates/tests/event_page_password_required.html
@@ -5653,6 +5860,7 @@ ${PYSITELIB}/wagtail/test/testapp/templa
${PYSITELIB}/wagtail/test/testapp/templates/tests/generic_view_templates/delete.html
${PYSITELIB}/wagtail/test/testapp/templates/tests/generic_view_templates/edit.html
${PYSITELIB}/wagtail/test/testapp/templates/tests/generic_view_templates/index.html
+${PYSITELIB}/wagtail/test/testapp/templates/tests/icons/single-quotes.svg
${PYSITELIB}/wagtail/test/testapp/templates/tests/includes/event_listing.html
${PYSITELIB}/wagtail/test/testapp/templates/tests/misc/calendar.html
${PYSITELIB}/wagtail/test/testapp/templates/tests/misc/greetings.html
@@ -5661,6 +5869,7 @@ ${PYSITELIB}/wagtail/test/testapp/templa
${PYSITELIB}/wagtail/test/testapp/templates/tests/simple_page.html
${PYSITELIB}/wagtail/test/testapp/templates/tests/simple_page_alt.html
${PYSITELIB}/wagtail/test/testapp/templates/tests/snippet_history.html
+${PYSITELIB}/wagtail/test/testapp/templates/tests/static_block_preview.html
${PYSITELIB}/wagtail/test/testapp/templates/tests/validated_page.html
${PYSITELIB}/wagtail/test/testapp/templates/wagtailsnippets/snippets/delete.html
${PYSITELIB}/wagtail/test/testapp/templates/wagtailsnippets/snippets/tests/edit.html
@@ -5682,6 +5891,9 @@ ${PYSITELIB}/wagtail/test/urls.pyo
${PYSITELIB}/wagtail/test/urls_multilang.py
${PYSITELIB}/wagtail/test/urls_multilang.pyc
${PYSITELIB}/wagtail/test/urls_multilang.pyo
+${PYSITELIB}/wagtail/test/urls_multilang_non_root.py
+${PYSITELIB}/wagtail/test/urls_multilang_non_root.pyc
+${PYSITELIB}/wagtail/test/urls_multilang_non_root.pyo
${PYSITELIB}/wagtail/test/utils/__init__.py
${PYSITELIB}/wagtail/test/utils/__init__.pyc
${PYSITELIB}/wagtail/test/utils/__init__.pyo
@@ -5781,6 +5993,9 @@ ${PYSITELIB}/wagtail/tests/test_manageme
${PYSITELIB}/wagtail/tests/test_migrations.py
${PYSITELIB}/wagtail/tests/test_migrations.pyc
${PYSITELIB}/wagtail/tests/test_migrations.pyo
+${PYSITELIB}/wagtail/tests/test_page_allowed_http_methods.py
+${PYSITELIB}/wagtail/tests/test_page_allowed_http_methods.pyc
+${PYSITELIB}/wagtail/tests/test_page_allowed_http_methods.pyo
${PYSITELIB}/wagtail/tests/test_page_assertions.py
${PYSITELIB}/wagtail/tests/test_page_assertions.pyc
${PYSITELIB}/wagtail/tests/test_page_assertions.pyo
@@ -5863,11 +6078,9 @@ ${PYSITELIB}/wagtail/users/forms.py
${PYSITELIB}/wagtail/users/forms.pyc
${PYSITELIB}/wagtail/users/forms.pyo
${PYSITELIB}/wagtail/users/locale/af/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/users/locale/af/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/users/locale/ar/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/users/locale/ar/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/users/locale/az_AZ/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/users/locale/az_AZ/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/users/locale/be/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/users/locale/be/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/users/locale/bg/LC_MESSAGES/django.mo
@@ -5896,7 +6109,6 @@ ${PYSITELIB}/wagtail/users/locale/es/LC_
${PYSITELIB}/wagtail/users/locale/es_419/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/users/locale/es_419/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/users/locale/es_VE/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/users/locale/es_VE/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/users/locale/et/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/users/locale/et/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/users/locale/eu/LC_MESSAGES/django.mo
@@ -5912,11 +6124,9 @@ ${PYSITELIB}/wagtail/users/locale/gl/LC_
${PYSITELIB}/wagtail/users/locale/he_IL/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/users/locale/he_IL/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/users/locale/hi/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/users/locale/hi/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/users/locale/hr_HR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/users/locale/hr_HR/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/users/locale/ht/LC_MESSAGES/django.mo
-${PYSITELIB}/wagtail/users/locale/ht/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/users/locale/hu/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/users/locale/hu/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/users/locale/hy/LC_MESSAGES/django.mo
@@ -5972,6 +6182,8 @@ ${PYSITELIB}/wagtail/users/locale/tr/LC_
${PYSITELIB}/wagtail/users/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/users/locale/tr_TR/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/users/locale/tr_TR/LC_MESSAGES/django.po
+${PYSITELIB}/wagtail/users/locale/ug/LC_MESSAGES/django.mo
+${PYSITELIB}/wagtail/users/locale/ug/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/users/locale/uk/LC_MESSAGES/django.mo
${PYSITELIB}/wagtail/users/locale/uk/LC_MESSAGES/django.po
${PYSITELIB}/wagtail/users/locale/vi/LC_MESSAGES/django.mo
@@ -6018,6 +6230,12 @@ ${PYSITELIB}/wagtail/users/migrations/00
${PYSITELIB}/wagtail/users/migrations/0012_userprofile_theme.py
${PYSITELIB}/wagtail/users/migrations/0012_userprofile_theme.pyc
${PYSITELIB}/wagtail/users/migrations/0012_userprofile_theme.pyo
+${PYSITELIB}/wagtail/users/migrations/0013_userprofile_density.py
+${PYSITELIB}/wagtail/users/migrations/0013_userprofile_density.pyc
+${PYSITELIB}/wagtail/users/migrations/0013_userprofile_density.pyo
+${PYSITELIB}/wagtail/users/migrations/0014_userprofile_contrast.py
+${PYSITELIB}/wagtail/users/migrations/0014_userprofile_contrast.pyc
+${PYSITELIB}/wagtail/users/migrations/0014_userprofile_contrast.pyo
${PYSITELIB}/wagtail/users/migrations/__init__.py
${PYSITELIB}/wagtail/users/migrations/__init__.pyc
${PYSITELIB}/wagtail/users/migrations/__init__.pyo
@@ -6027,7 +6245,6 @@ ${PYSITELIB}/wagtail/users/models.pyo
${PYSITELIB}/wagtail/users/permission_order.py
${PYSITELIB}/wagtail/users/permission_order.pyc
${PYSITELIB}/wagtail/users/permission_order.pyo
-${PYSITELIB}/wagtail/users/static/wagtailusers/js/group-form.js
${PYSITELIB}/wagtail/users/templates/wagtailusers/bulk_actions/confirm_bulk_assign_role.html
${PYSITELIB}/wagtail/users/templates/wagtailusers/bulk_actions/confirm_bulk_delete.html
${PYSITELIB}/wagtail/users/templates/wagtailusers/bulk_actions/confirm_bulk_set_active_state.html
@@ -6036,7 +6253,6 @@ ${PYSITELIB}/wagtail/users/templates/wag
${PYSITELIB}/wagtail/users/templates/wagtailusers/groups/create.html
${PYSITELIB}/wagtail/users/templates/wagtailusers/groups/edit.html
${PYSITELIB}/wagtail/users/templates/wagtailusers/groups/includes/formatted_permissions.html
-${PYSITELIB}/wagtail/users/templates/wagtailusers/groups/includes/group_form_js.html
${PYSITELIB}/wagtail/users/templates/wagtailusers/groups/includes/page_permissions_form.html
${PYSITELIB}/wagtail/users/templates/wagtailusers/groups/includes/page_permissions_formset.html
${PYSITELIB}/wagtail/users/templates/wagtailusers/groups/index.html
@@ -6046,7 +6262,7 @@ ${PYSITELIB}/wagtail/users/templates/wag
${PYSITELIB}/wagtail/users/templates/wagtailusers/users/edit.html
${PYSITELIB}/wagtail/users/templates/wagtailusers/users/index.html
${PYSITELIB}/wagtail/users/templates/wagtailusers/users/index_results.html
-${PYSITELIB}/wagtail/users/templates/wagtailusers/users/list.html
+${PYSITELIB}/wagtail/users/templates/wagtailusers/users/user_cell.html
${PYSITELIB}/wagtail/users/templatetags/__init__.py
${PYSITELIB}/wagtail/users/templatetags/__init__.pyc
${PYSITELIB}/wagtail/users/templatetags/__init__.pyo
@@ -6071,12 +6287,12 @@ ${PYSITELIB}/wagtail/users/tests/test_bu
${PYSITELIB}/wagtail/users/tests/test_bulk_actions/test_bulk_set_active_state.py
${PYSITELIB}/wagtail/users/tests/test_bulk_actions/test_bulk_set_active_state.pyc
${PYSITELIB}/wagtail/users/tests/test_bulk_actions/test_bulk_set_active_state.pyo
+${PYSITELIB}/wagtail/users/tests/test_utils.py
+${PYSITELIB}/wagtail/users/tests/test_utils.pyc
+${PYSITELIB}/wagtail/users/tests/test_utils.pyo
${PYSITELIB}/wagtail/users/urls/__init__.py
${PYSITELIB}/wagtail/users/urls/__init__.pyc
${PYSITELIB}/wagtail/users/urls/__init__.pyo
-${PYSITELIB}/wagtail/users/urls/users.py
-${PYSITELIB}/wagtail/users/urls/users.pyc
-${PYSITELIB}/wagtail/users/urls/users.pyo
${PYSITELIB}/wagtail/users/utils.py
${PYSITELIB}/wagtail/users/utils.pyc
${PYSITELIB}/wagtail/users/utils.pyo
@@ -6140,6 +6356,9 @@ ${PYSITELIB}/wagtail/utils/sendfile_stre
${PYSITELIB}/wagtail/utils/setup.py
${PYSITELIB}/wagtail/utils/setup.pyc
${PYSITELIB}/wagtail/utils/setup.pyo
+${PYSITELIB}/wagtail/utils/templates.py
+${PYSITELIB}/wagtail/utils/templates.pyc
+${PYSITELIB}/wagtail/utils/templates.pyo
${PYSITELIB}/wagtail/utils/text.py
${PYSITELIB}/wagtail/utils/text.pyc
${PYSITELIB}/wagtail/utils/text.pyo
Index: pkgsrc/www/py-wagtail/distinfo
diff -u pkgsrc/www/py-wagtail/distinfo:1.13 pkgsrc/www/py-wagtail/distinfo:1.14
--- pkgsrc/www/py-wagtail/distinfo:1.13 Fri Feb 16 22:17:07 2024
+++ pkgsrc/www/py-wagtail/distinfo Tue Apr 22 15:29:25 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/02/16 22:17:07 adam Exp $
+$NetBSD: distinfo,v 1.14 2025/04/22 15:29:25 adam Exp $
-BLAKE2s (wagtail-6.0.1.tar.gz) = 22d7bc11daa19100732c7c3c1659b211c7e6eaaecd1075e5c570d1ed0815b302
-SHA512 (wagtail-6.0.1.tar.gz) = c366833c5eb0b827eefdbddfd3144a8fe7d31001b6fde79b212997174a361c6ef084a429da1dc4a1b8ef7ea9dc5359eaa05f325b6839469a283a39e522792112
-Size (wagtail-6.0.1.tar.gz) = 6245847 bytes
+BLAKE2s (wagtail-6.4.1.tar.gz) = 59072492df9fabfe7e7befdf51508623b6aebeb695522c19d62ce479a69ad36d
+SHA512 (wagtail-6.4.1.tar.gz) = 241b245fda278cafb6e1cb681c2b31db5335c3d3049f37b9e470d27ce67147ad13673e8a07ff2d129a18604b15918a62efa35a9e84d972c7c9f20f090ca2ba82
+Size (wagtail-6.4.1.tar.gz) = 6630337 bytes
Home |
Main Index |
Thread Index |
Old Index