wagtail/wagtail
Matt Westcott 96729c5168 Version bump to 6.2.3 2024-11-01 13:18:16 +00:00
..
actions Copy for translations done signal and test (#12033) 2024-06-12 15:41:04 +02:00
admin Stop history view from breaking if a log entry's revision is missing (#12427) 2024-11-01 12:48:47 +00:00
api make sure there are no null bytes in input data from query strings (#12072) 2024-06-24 18:53:23 +01:00
bin Apply `ruff format .` 2023-11-17 15:21:56 +00:00
blocks Handle `child_block` being passed as a kwarg in ListBlock.deconstruct_with_lookup (#12208) 2024-08-06 14:36:17 +01:00
contrib Fetch new translations from Transifex 2024-09-24 10:01:29 +01:00
documents Fetch new translations from Transifex 2024-09-24 10:01:29 +01:00
embeds Fetch new translations from Transifex 2024-09-24 10:01:29 +01:00
images Fetch new translations from Transifex 2024-09-24 10:01:29 +01:00
locale Fetch new translations from Transifex 2024-09-24 10:01:29 +01:00
locales Fetch new translations from Transifex 2024-09-24 10:01:29 +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 Add verbose name to locale field of TranslatableMixin (#12071) 2024-06-24 18:48:45 +01:00
models Fix Page.copy ref; silence warnings due to Sphinx missing support for type hints 2024-07-18 23:15:58 +01:00
permission_policies Remove unused 'pages for moderation' functions 2023-11-01 16:51:25 +00:00
project_template Version bump to 6.2 final 2024-08-01 12:58:48 +01: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-09-24 10:01:29 +01:00
sites Fetch new translations from Transifex 2024-09-24 10:01:29 +01:00
snippets Fetch new translations from Transifex 2024-09-24 10:01:29 +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 Avoid importing custom user models at load time in wagtail.admin.models 2024-08-15 11:09:03 +01:00
tests Handle `child_block` being passed as a kwarg in ListBlock.deconstruct_with_lookup (#12208) 2024-08-06 14:36:17 +01:00
users Fetch new translations from Transifex 2024-09-24 10:01:29 +01:00
utils Add test for flatten_choices and support dictionaries 2024-06-13 13:05:12 +02:00
__init__.py Version bump to 6.2.3 2024-11-01 13:18:16 +00:00
apps.py
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 Use double backticks in `StreamField.__init__` docstring 2024-06-24 16:51:16 +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
signals.py Copy for translations done signal and test (#12033) 2024-06-12 15:41:04 +02:00
telepath.py
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 Update RadioSelect adapter to handle CheckboxMultipleSelect widgets 2024-05-29 19:26:57 +01:00
workflows.py