wagtail/wagtail
LB Johnston ae89829661 Deprecate & rework imports for `window.buildExpandingFormset`
- window.buildExpandingFormset and using the base class `ExpandingFormset` can now be deprecated.
- Move the window global setting to core.js which avoids the need to add the import in editor_js, to align with other future deprecations in core.js
- Add upgrade considerations in release notes
- `ExpandingFormset` is still needed for other existing usage (InlinePanel/MultipleChooserPanel)
- Add additional JSDoc and updates to Eslint to advise developers that this feature is not to be used for new code
2024-12-10 01:42:32 +00:00
..
actions
admin Deprecate & rework imports for `window.buildExpandingFormset` 2024-12-10 01:42:32 +00:00
api
bin
blocks
contrib
documents Fix Missing Cache-Control Headers for Password-Protected Pages (#12465) 2024-12-07 02:49:16 +00:00
embeds
images
locale
locales
management
migrations
models
permission_policies
project_template
rich_text
search
sites
snippets
templates/wagtailcore
templatetags
test
tests Fix Missing Cache-Control Headers for Password-Protected Pages (#12465) 2024-12-07 02:49:16 +00:00
users Adopt Stimulus `w-formset` attributes in Group edit/create view 2024-12-10 01:42:32 +00:00
utils
__init__.py
apps.py
compat.py
coreutils.py
exceptions.py
fields.py
forms.py
hooks.py
jinja2tags.py
locks.py
log_actions.py
permissions.py
query.py
signal_handlers.py
signals.py
telepath.py
url_routing.py
urls.py
views.py Fix Missing Cache-Control Headers for Password-Protected Pages (#12465) 2024-12-07 02:49:16 +00:00
wagtail_hooks.py Fix Missing Cache-Control Headers for Password-Protected Pages (#12465) 2024-12-07 02:49:16 +00:00
whitelist.py
widget_adapters.py
workflows.py