wagtail/wagtail
Matt Westcott cda72797c5
Correctly handle None values in ImageBlock.bulk_to_python (#12517)
2024-11-01 09:56:54 +00:00
..
actions Add translatable model copy for translation done signal (#12362) 2024-09-27 16:01:52 +01:00
admin Docs - Align spelling of 'subpages' to be consistent with rest of docs 2024-10-28 08:34:59 +10:00
api ImageBlock for StreamField (rebase of #11791) (#12416) 2024-10-21 16:11:34 +01:00
bin Apply `ruff format .` 2023-11-17 15:21:56 +00:00
blocks Fix StreamValue._prefetch_blocks() to skip manually inserted items 2024-10-28 07:31:25 +10:00
contrib Generate new translation strings 2024-10-21 17:54:34 +01:00
documents Generate new translation strings 2024-10-21 17:54:34 +01:00
embeds Generate new translation strings 2024-10-21 17:54:34 +01:00
images Correctly handle None values in ImageBlock.bulk_to_python (#12517) 2024-11-01 09:56:54 +00:00
locale Generate new translation strings 2024-10-21 17:54:34 +01:00
locales Generate new translation strings 2024-10-21 17:54:34 +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 Remove pre-Django 4.2 fallback code from JSONField null handling migration 2024-08-08 16:56:48 +01:00
models Bypass ALLOWED_HOSTS checks when resolving Site for request (#12129) 2024-10-29 19:41:23 +00:00
permission_policies Remove unused 'pages for moderation' functions 2023-11-01 16:51:25 +00:00
project_template Increase DATA_UPLOAD_MAX_NUMBER_FIELDS in project template & docs 2024-10-28 08:27:29 +10:00
rich_text Apply suggested rewrites from pyupgrade for Python 3.9 and up 2024-07-23 10:12:45 +01:00
search Generate new translation strings 2024-10-21 17:54:34 +01:00
sites Generate new translation strings 2024-10-21 17:54:34 +01:00
snippets Generate new translation strings 2024-10-21 17:54:34 +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 Support application of select_related and prefetch_related lookups to subqueries made by SpecificIterable 2024-10-28 08:06:03 +10:00
tests Bypass ALLOWED_HOSTS checks when resolving Site for request (#12129) 2024-10-29 19:41:23 +00:00
users Generate new translation strings 2024-10-21 17:54:34 +01:00
utils Close open files when reading within utils/setup.py 2024-10-28 08:04:52 +10:00
__init__.py Version bump to start work on 6.4 2024-10-23 16:45:46 +10:00
apps.py
compat.py
coreutils.py Apply suggested rewrites from pyupgrade for Python 3.9 and up 2024-07-23 10:12:45 +01:00
exceptions.py Remove BlockNormalizationError as a distinct exception type 2024-04-17 14:18:01 +01:00
fields.py Refactor StreamField get_prep_value for closer alignment with JSONField (#12269) 2024-08-29 18:04:06 +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 Support application of select_related and prefetch_related lookups to subqueries made by SpecificIterable 2024-10-28 08:06:03 +10:00
signal_handlers.py Fix reference indexing error for objects with lazy ParentalKeys 2023-10-13 13:50:14 +01:00
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