wagtail/wagtail
Matt Westcott b75c66ac42 Fetch new translations from Transifex 2024-05-21 10:55:23 +01:00
..
actions Fix `exclude_fields_in_copy` issues with default/unique values 2024-01-23 08:33:15 +10:00
admin Fetch new translations from Transifex 2024-05-21 10:55:23 +01:00
api Fix typos (#11687) 2024-02-22 17:39:16 +00:00
bin Apply `ruff format .` 2023-11-17 15:21:56 +00:00
blocks Revert signature of StaticBlock.normalize 2024-04-17 14:18:50 +01:00
contrib Fetch new translations from Transifex 2024-05-21 10:55:23 +01:00
documents Fetch new translations from Transifex 2024-05-21 10:55:23 +01:00
embeds Fetch new translations from Transifex 2024-05-21 10:55:23 +01:00
images Fetch new translations from Transifex 2024-05-21 10:55:23 +01:00
locale Fetch new translations from Transifex 2024-05-21 10:55:23 +01:00
locales Fetch new translations from Transifex 2024-05-21 10:55:23 +01:00
management Add management command to fix UUID fields under MariaDB / Django 5.0 (#11912) 2024-05-01 11:07:20 +01:00
migrations Implemented the UploadedFile mode to replace UploadedDocument and UploadedImage 2024-02-13 07:45:27 +10:00
models Reinstate wagtail.models.collections to prevent import errors in migrations 2024-04-23 13:07:03 +07:00
permission_policies Remove unused 'pages for moderation' functions 2023-11-01 16:51:25 +00:00
project_template Version bump to start work on 6.2 2024-04-22 09:00:37 +07:00
rich_text Refactor rich text rewriter to introduce a TagMatch object 2024-05-17 20:51:37 +01:00
search Fetch new translations from Transifex 2024-05-21 10:55:23 +01:00
sites Fetch new translations from Transifex 2024-05-21 10:55:23 +01:00
snippets Fetch new translations from Transifex 2024-05-21 10:55:23 +01:00
templates/wagtailcore
templatetags Bug: Enable template tag `richtext` to convert lazy text strings (#11901) 2024-04-29 15:34:37 +01:00
test Merge pull request from GHSA-w2v8-php4-p8hc 2024-05-01 12:14:16 +01:00
tests Properly handle out-of-order tag rewriting 2024-05-17 20:51:37 +01:00
users Fetch new translations from Transifex 2024-05-21 10:55:23 +01:00
utils Use wagtail.VERSION for the 'What's new in Wagtail x.y' menu item (#11883) 2024-04-22 19:55:25 +01:00
__init__.py Version bump to start work on 6.2 2024-04-22 09:00:37 +07:00
apps.py Narrow down 'noqa' directives on imports to specify F401 / F403 2023-06-13 10:36:21 +01:00
compat.py
coreutils.py Fix spelling in `safe_snake_case` docstring 2024-05-03 15:37:28 +10:00
exceptions.py Remove BlockNormalizationError as a distinct exception type 2024-04-17 14:18:01 +01:00
fields.py Unify all handling of incoming StreamBlock values into StreamBlock.to_python 2024-04-17 14:18:01 +01:00
forms.py
hooks.py
jinja2tags.py
locks.py Remove WAGTAILADMIN_GLOBAL_PAGE_EDIT_LOCK setting 2023-11-01 16:52:20 +00:00
log_actions.py
permissions.py Use a single instance of PagePermissionPolicy in wagtail.permissions module 2023-11-28 12:02:37 +00:00
query.py Fix alias() not compatible with specific() 2023-12-06 07:39:28 +10:00
signal_handlers.py Fix reference indexing error for objects with lazy ParentalKeys 2023-10-13 13:50:14 +01:00
signals.py
telepath.py Narrow down 'noqa' directives on imports to specify F401 / F403 2023-06-13 10:36:21 +01:00
url_routing.py
urls.py
views.py Refactor page fetching logic to cache per request (#11683) 2024-04-12 17:16:39 +01:00
wagtail_hooks.py Remove docs mentioning legacy moderation 2023-11-01 16:51:25 +00:00
whitelist.py Update tests & html whitelist to always use `html.parser` & remove `html5lib` 2024-02-01 07:50:59 +10:00
widget_adapters.py
workflows.py