Update dependency wagtail to v5 - autoclosed #29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/wagtail-5.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==4.1.8->==5.2.2Release Notes
wagtail/wagtail (wagtail)
v5.2.2: 5.2.2Compare Source
index_results.htmlorindex_results_template_nameoverride on initial load (Stefan Hammer)last_published_by_user(Chiemezuo Akujobi)v5.2.1: 5.2.1Compare Source
decorate_paginated_querysetbefore pagination / filtering (Alex Tomkins){% picture ... as ... %}template tag (Rezyapkin)v5.2: 5.2 (LTS)Compare Source
wagtailcache&wagtailpagecache(Jake Howard)field.htmltemplate (Sage Abdullah)SnippetViewSetmenu registration mechanism to baseViewSetclass (Sage Abdullah)ModelViewSet(Sage Abdullah)SnippetViewSettemplate override mechanism toModelViewSet(Sage Abdullah)SnippetViewSet.list_displaytoModelViewSet(Sage Abdullah)wagtail.publishlog action on aliases when they are created from live source pages or the source page is published (Dan Braghis)wagtail.unpublishlog action on aliases when source page is unpublished (Dan Braghis)IndexView(Sage Abdullah)list_filter,filterset_class,search_fields,search_backend_name,list_export,export_filename,list_per_page, andorderingfromSnippetViewSettoModelViewSet(Sage Abdullah, Cynthia Kiser)IndexViewandCreateView(Sage Abdullah)IndexView.export_headingsviaModelViewSet(Christer Jensen, Sage Abdullah)get_object_listmethod onChooserViewSet(Matt Westcott)linked_fieldsmechanism on chooser widgets to allow choices to be limited by fields on the calling page (Matt Westcott)TableBlockwith themergedCellsoption (Gareth Palmer)InlinePanel, focus will now shift to that content similar toStreamField(Faishal Manzar)placementin thehuman_readable_datetooltip template tag (Rohit Sharma)ModelViewSetviews (Sage Abdullah){% component %}tag (Matt Westcott)PagesAPIViewSetoverride default Page model via themodelattribute (Neeraj Yetheendran, Herbert Poul)ModelViewSetto be used with models that have non-integer primary keys (Sage Abdullah)HistoryViewfrom snippets and add it toModelViewSet(Sage Abdullah)UsageViewtoModelViewSet(Sage Abdullah)IndexView(Sage Abdullah)wagtail_update_image_renditionsmanagement command (Faishal Manzar)hashlib.file_digestif available (Python 3.11+) (Jake Howard)Block.get_templateto allow varying template based on value (Florian Delizy)InlinePanelDOM events for when ready and when items added or removed (Faishal Manzar)picturetemplate tag for Django Templates and Jinja (Thibaud Colas)srcset_imagetemplate tag for Django Templates and Jinja (Thibaud Colas)Filterinstances as input forAbstractImage.get_renditions()(Thibaud Colas)FieldPanel('title')examples to use the recommendedTitleFieldPanel('title')panel (Chinedu Ihedioha)purge_revisionsmanagement command now respects revisions that have aon_delete=PROTECTforeign key relation and won't delete them (Neeraj P Yetheendran, Meghana Reddy, Sage Abdullah, Storm Heg)FieldBlocks correctly set therequiredandaria-describedbyattributes (Storm Heg)PublishMenuItemto more easily support overriding its label viaconstruct_page_action_menu(Sébastien Corbin)non_fields_errorsfor any custom form validation (Sébastien Corbin)WAGTAIL_EMAIL_MANAGEMENT_ENABLEDsetting by not showing 'email' if disabled (Omkar Jadhav)ViewSetandModelViewSet(Sage Abdullah)WAGTAILADMIN_BASE_URLon "Integrating Wagtail into a Django project" page (Shreshth Srivastava)WAGTAILADMIN_RICH_TEXT_EDITORSsetting (Charlie Sue)python3-venvon Ubuntu (Brian Mugo)WagtailTestUtils.get_soup()method for testing HTML content (Storm Heg, Sage Abdullah)ViewSetsubclasses to customiseurl_prefixandurl_namespacelogic (Matt Westcott)SnippetViewSetregistration code (Sage Abdullah)IndexView.results_template_nametoresults.html(Sage Abdullah)w-bulkStimulus implementation (LB (Ben) Johnston)w-messagecontroller (LB (Ben) Johnston, Hussain Saherwala)stubs.jsto prevent Storybook from crashing (LB (Ben) Johnston)slim_header.htmltemplate (Sage Abdullah)slim_header.htmltemplate to reduce code duplication (Sage Abdullah)imghdr(Jake Howard)imghdrwith Willow's built-in MIME type detection (Jake Howard)data-tippyHTML attribute usage to the Stimulus data-*-value attributes for w-tooltip & w-dropdown (Subhajit Ghosh, LB (Ben) Johnston)@total_orderingusage with comparison functions implementation (Virag Jain)<script type="text/django-form-template"><-/script>template approach with HTMLtemplateelements in InlinePanel and expanding formset (Mansi Gundre, Subhajit Ghosh, LB (Ben) Johnston)ModelViewSetandSnippetViewSet(Sage Abdullah)lru_cacheusage (Jake Howard)date_sinceinget_most_popularinsidesearch_promotions.models.Query(TopDevPros)classname(notclassnames) attributes for allMenuItemusage, including deprecation warnings (LB (Ben) Johnston)classname(notclassnames) attribute within thewagtail.images.formats.Formatinstance, including deprecation warnings (LB (Ben) Johnston)contextargument ofconstruct_snippet_listing_buttonshook (Sage Abdullah)search.Query&search.QueryDailyHitsmodel, move final set of templates from the admin search module to the search promotions contrib module (LB (Ben) Johnston)InspectViewtoModelViewSet(Sage Abdullah)resetmethod to support Stimulus driven dynamic field resets via thew-actioncontroller (Chiemezuo Akujobi)notifytarget on the Stimulus dialog for dispatching events internally (Chiemezuo Akujobi)v5.1.3: 5.1.3Compare Source
SnippetBulkActionnot respectingmodelsdefinition (Sandro Rodrigues)v5.1.2: 5.1.2Compare Source
ignore_conflictswhen creating extra permissions for snippets, for SQL Server compatibility (Sage Abdullah)wagtailsearchpromotions_querytable is correctly set after migrating data (Jake Howard)Nonefrom being exported as strings (Christer Jensen)imghdrwith Willow's built-in MIME type detection (Jake Howard)v5.1.1: 5.1.1Compare Source
wagtail.admin.ui.tables.BooleanColumnto display boolean values as icons (Sage Abdullah)Nonefalsy values instead of blank in generic table cell template (Sage Abdullah)read_onlypanels for fields with translatable choice labels (Florent Lebreton)v5.1: 5.1Compare Source
md5as not being used for secure purposes, to avoid flagging on FIPS-mode systems (Sean Kelly)parse_query_stringas aQueryDictto support multiple values (Aman Pandey)MenuItem.namefor all admin menu and submenu items (Justin Koestinger)PagePermissionPolicy(Sage Abdullah)UserPagePermissionsProxyandPagePermissionTesterto usePagePermissionPolicy(Sage Abdullah, Tidiane Dia)AbstractImage.get_renditions()for efficient generation of multiple renditions (Andy Babic)StreamFieldblock when only one block type is declared (Sébastien Corbin)SnippetViewSet.list_export(Sage Abdullah)attrsonFieldPanel,FieldRowPanel,MultiFieldPanel, and others (Aman Pandey, Antoni Martyniuk, LB (Ben) Johnston)--templateoption towagtail start(Thibaud Colas)purge_revisionscommand (Sage Abdullah)parent_page_typeswould disallow it (Dan Braghis)UsageViewfromEditViewfor snippets (Christer Jensen)RichTextobjects with the same values compare as equal (NikilTn)gettext_lazyon generic model views so that language settings are correctly used (Matt Westcott)MultipleChooserPanel(Matt Westcott)innerHTMLwhen modifying DOM content (LB (Ben) Johnston)ValueErrorwhen extendingPagesAPIViewSetand settingmeta_fieldsto an empty list (Henry Harutyunyan, Alex Morega)PagePermissionHelper.user_can_unpublish_obj()in ModelAdmin (Sébastien Corbin)search_promotions0004_copy_queriesmigration for long-lived Wagtail instances (Sage Abdullah)TypeErrorin0088_fix_log_entry_json_timestampsmigration (Sage Abdullah)page_header_buttonstemplate tag when accessing the context's request object (Robert Rollins)ModelAdminGroup(Onno Timmerman)log_actionparameter onRevisionMixin.save_revision(Christer Jensen)searchpromotions(Scott Foster)insert_editor_cssin favour ofinsert_global_admin_css(Ester Beltrami)specificon Task and TaskState (Matt Westcott)parent_contextis mutable (Andreas Nüßlein)UserPagePermissionsProxy(Sage Abdullah)django-filterversion upper bound to v24 (Yuekui)w-swap, a Stimulus controller (LB (Ben) Johnston)w-tooltipStimulus controller (LB (Ben) Johnston)jest-environment-jsdomand new snapshot format (LB (Ben) Johnston)w-dialogStimulus controller (Loveth Omokaro, LB (Ben) Johnston)w-teleportStimulus controller (Loveth Omokaro, LB (Ben) Johnston)"wagtailadmin/shared/field_as_li.html"template include (Storm Heg)wagtail.contrib.modeladmin(Sage Abdullah)sphinx_wagtail_themeto v6.1.1 which includes multiple styling fixes and always visible code copy buttons (LB (Ben) Johnston)v5.0.5: 5.0.5Compare Source
v5.0.4: 5.0.4Compare Source
v5.0.3: 5.0.3Compare Source
ignore_conflictswhen creating extra permissions for snippets, for SQL Server compatibility (Sage Abdullah)wagtailsearchpromotions_querytable is correctly set after migrating data (Jake Howard)v5.0.2: 5.0.2Compare Source
TitleFieldPanelto support title / slug field synchronisation (LB (Ben) Johnston)MultipleChooserPanel(Matt Westcott)v5.0.1: 5.0.1Compare Source
WAGTAILADMIN_COMMENTS_ENABLED(Thibaud Colas)for_updatevalue forget_form_classinSnippetViewSetedit views (Sage Abdullah)UsageViewfromEditViewfor snippets (Christer Jensen)log_actionparameter onRevisionMixin.save_revision(Christer Jensen)v5.0: 5.0Compare Source
WAGTAILIMAGES_EXTENSIONSsetting to restrict image uploads to specific file types (Aman Pandey, Ananjan-R)Access levelto be easier to understand (Vallabh Tiwari).button-longrunningbehaviour to a Stimulus controller with support for custom label element & duration (Loveth Omokaro)changeevent (George Sakkis)search_fields = [](Daniel Kirkham)wagtail.search.utils.parse_query_stringto allow inner single quotes for key/value parsing (Aman Pandey)Localefor more convenient usage within templates (Andy Babic)SnippetViewSet.icon(Daniel Kirkham, Sage Abdullah)MenuItem.namefor Snippets, Reports, and Settings menu items (Sage Abdullah)list_filterattribute (Sage Abdullah)IndexView(Sage Abdullah)search_fieldsand search backend via SnippetViewSet (Sage Abdullah)panels/edit_handlerto be specified viaSnippetViewSet(Sage Abdullah)label_formaton StructBlock gracefully handles missing variables (Aadi jindal)Site.get_site_root_pathsworks on cache backends that do not preserve Python objects (Jaap Roes)StructValuecopies (Tidiane Dia)GroupApprovalTaskif it's locked by someone outside of the group (Sage Abdullah)WorkflowLockis currently applied (Sage Abdullah)wagtail.schedule.cancel(Stefan Hammer)require_admin_access()(Stefan Hammer)radioinput fields (Mehul Aggarwal)TemplateResponses for users with a custom timezone (Stefan Hammer, Sage Abdullah)download_urlwhenWAGTAILDOCS_SERVE_METHODisdirect(Swojak-A)ClusterableModelrequirements for using relations withRevisionMixin-enabled models (Sage Abdullah)strictPropertyInitializationin tsconfig (Thibaud Colas)Page.get_static_site_pathsmethod (Yosr Karoui)CollapseAllandMinimapItemcomponents (Albina Starykova)AutoFieldControllerto the less confusingSubmitController(Loveth Omokaro)scripttags withtemplatetag for image/document bulk uploads (Rishabh Kumar Bahukhandi)SlugInputwidget (Loveth Omokaro)statusHTML usage to shared template tag (Aman Pandey, LB (Ben) Johnston, Himanshu Garg)ModelAdminand Snippets type index header (Aman Pandey)wagtailsearch.Querytowagtail.contrib.search_promotions(Karl Hobley)initErrorDetection(tabs error counts) to a Stimulus Controllerw-count(Aman Pandey)window.addMessagebehaviour to a global event listener & Stimulus Controller approach withw-messages(Aman Pandey)SnippetViewSet.on_register()(Sage Abdullah)pageurltemplate tag (Satvik Vashisht)window.initSlugAutoPopulatebehaviour to a Stimulus Controllerw-sync(Loveth Omokaro)statusclasses tow-statusto align with preferred CSS class naming conventions (Mansi Gundre)wagtail.test.utilsto avoid cross-dependency issues (Matt Westcott)w-bulk, remove inline script usage (Hanoon)SnippetViewSetto extendModelViewSet(Sage Abdullah)w-disimissible(Loveth Omokaro)w-autosizecontroller using autosize npm package v6 (Suyash Srivastava)w-actioncontroller to support a click method (Suyash Srivastava)w-actioncontroller usage (Aadi jindal, LB (Ben) Johnston)v4.2.4: 4.2.4Compare Source
log_actionparameter onRevisionMixin.save_revision(Christer Jensen)v4.2.3: 4.2.3Compare Source
v4.2.2: 4.2.2Compare Source
TemplateResponses for users with a custom timezone (Stefan Hammer, Sage Abdullah)MultipleChooserPanelin panel reference docsv4.2.1: 4.2.1Compare Source
StructValuecopies (Tidiane Dia)GroupApprovalTaskif it's locked by someone outside of the group (Sage Abdullah)wagtail.schedule.cancel(Stefan Hammer)require_admin_access()(Stefan Hammer)ClusterableModelrequirements for using relations withRevisionMixin-enabled models (Sage Abdullah)v4.2: 4.2Compare Source
LockableMixin(Sage Abdullah)WorkflowMixin(Sage Abdullah){% fullpageurl %}tag for getting the absolute URL of a page (Jake Howard)MultipleChooserPanel, a variant ofInlinePanelwith improved editor experience when inserting multiple linked objects (Matt Westcott)WagtailPageTestCase.assertCanCreatenow supports the kwargpublish=Trueto determine whether to publish the page (Harry Percival, Akua Dokua Asiedu, Matt Westcott)rebuild_references_indexcommand can run without console output if called with--verbosity 0(Omerzahid Ali, Aman Pandey)button bicolor button--icon button-secondaryincluding thebutton-smallvariant (Seremba Patrick)purge_embedsmanagement command to delete all the cached embed objects in the database (Aman Pandey)form_fieldsas an APIField onFormPage(Sævar Öfjörð Magnússon, Suyash Singh, LB (Ben) Johnston)DraftStateMixinnow automatically define a "Publish" permission type (Sage Abdullah)azure-mgmt-cdnversion >= 10 andazure-mgmt-frontdoorversion >= 1 in the frontend cache invalidator (Sylvain Fankhauser)django-storagesbackend is configured to allow overwriting (Rishabh jain)construct_wagtail_userbarhook (Sage Abdullah)InlinePanelinner fields to avoid lost or incorrectly linked comments (Jacob Topp-Mugglestone)WAGTAILIMAGES_FEATURE_DETECTION_ENABLEDto avoid errors for images that do not exist (Aman Pandey)cc,bccandreply_toto the Django mail helper fromwagtail.admin.mail.send_mail(Ben Gosney)DecimalBlockcorrectly handlesNone, whenrequired=False, values (Natarajan Balaji)delete_url_nameattribute in genericDeleteView(Alex Simpson)wagtail.search.utils.parse_query_string(Beniamin Bucur)workflow_state_approved.htmltemplate (Alex Tomkins)latest_revisionpointer from being copied over when copying translatable snippets for translation (Sage Abdullah)fnmovernvmin development documentation (LB (Ben) Johnston)requestandcurrent_sitetoget_urlon the performance documentation page (Jake Howard)register_user_listing_buttonshook (LB (Ben Johnston))page modelsusage guide (Damilola Oladele)register_image_operationsand add an example of a custom Image filter (Coen van der Kamp)RichTextField(Matt Westcott)renderer_classes(Aman Pandey)testappmigrations (Matt Westcott)escapeHtmlfunction (Jordan Rob)initButtonSelectsfrom core.js to own TypesScript file and add unit tests (Loveth Omokaro)initSkipLinkutil to TypeScript and add JSDoc & unit tests (Juliet Adeboye)unlistto Tailwind utility classw-list-none(Loveth Omokaro)hasOwnin TypeScript (Loveth Omokaro)initTooltipsto TypeScript add JSDoc and unit tests (Fatuma Abdullahi)initTagFieldfrom core.js to own TypeScript file and add unit tests (Chisom Okeoma)initDissmisibles(Yekasumah)classnamefor passing HTML class attributes (LB (Ben Johnston))InlinePanelJavaScript initialisation code and adopt a class approach (Matt Westcott)identityJavaScript util into shared utils folder (LB (Ben Johnston))URLSearchParams(Loveth Omokaro)tsconfigto better support modern TypeScript development and clean up some code quality issues via Eslint (Loveth Omokaro)wagtail.admin.panelsinto submodules, existing exports have been preserved (Matt Westcott)wagtail.coreand other imports deprecated in Wagtail 3.0 (Matt Westcott)avatarcomponent with a template tag include{% avatar ... %}throughout the admin interface (Aman Pandey)v4.1.9: 4.1.9Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
40c844ef1cto0d595a120f0d595a120fto086ac50ca9086ac50ca9tocb2f4b9095cb2f4b9095to36c191d09236c191d092to55a26a3cf355a26a3cf3tod9ac6c88d3d9ac6c88d3tob70c765424b70c765424to7a2b9c831d7a2b9c831dtobaae7426c0baae7426c0to0dabc4f5ed0dabc4f5edtoe20c46940ae20c46940atoee58ca0e43ee58ca0e43tofc597f0454Update dependency wagtail to v5to Update dependency wagtail to v5 - autoclosedPull request closed