..
actions
Fix UnpublishAction for models with custom primary key
2022-08-22 12:42:22 +01:00
admin
Add help menu with dismissible badges
2022-10-17 17:39:37 +01:00
api
bin
Fix updatemodulepaths for Python 3.7
2022-08-19 11:19:27 +01:00
blocks
Extract references from rich text
2022-10-05 19:38:13 +01:00
contrib
Revise wagtailsearch migrations to avoid keeping editorspick table around
2022-10-17 12:47:31 +01:00
core
documents
Add more detailed code comments for reference extraction
2022-10-05 19:38:14 +01:00
embeds
Generate new translation strings
2022-09-23 11:48:06 +01:00
images
Add more detailed code comments for reference extraction
2022-10-05 19:38:14 +01:00
locale
Generate new translation strings
2022-09-23 11:48:06 +01:00
locales
Generate new translation strings
2022-09-23 11:48:06 +01:00
management
indexible => indexable
2022-10-05 19:38:14 +01:00
migrations
Add a separate hash field for content path on ReferenceIndex
2022-10-05 19:38:13 +01:00
models
Add more detailed code comments for reference extraction
2022-10-05 19:38:14 +01:00
permission_policies
Avoid importing document model class from wagtail.documents.permissions and wagtail.documents.views.chooser
2022-09-05 10:49:45 +01:00
project_template
Add <base> tag for preview panel in the default base.html template ( #9132 )
2022-09-02 17:19:36 +01:00
rich_text
Add more detailed code comments for reference extraction
2022-10-05 19:38:14 +01:00
search
Revise wagtailsearch migrations to avoid keeping editorspick table around
2022-10-17 12:47:31 +01:00
sites
Generate new translation strings
2022-09-23 11:48:06 +01:00
snippets
Improve timesince_last_update-tag
2022-10-06 06:30:00 +10:00
templates /wagtailcore
templatetags
Add help menu with dismissible badges
2022-10-17 17:39:37 +01:00
test
Generic views - add better support for non-integer ids
2022-10-04 20:30:53 +10:00
tests
Ensure that indexing a less-specific model doesn't delete references belonging to a more-specific one
2022-10-05 19:38:14 +01:00
users
Add dismissibles field to UserProfile model
2022-10-17 17:39:37 +01:00
utils
__init__.py
Version bump to start work on Wagtail 4.1
2022-08-24 16:38:25 +01:00
apps.py
compat.py
coreutils.py
Replace usages of capitalize() with capfirst()
2022-09-20 08:19:49 +10:00
exceptions.py
fields.py
Extract references from rich text
2022-10-05 19:38:13 +01:00
forms.py
hooks.py
jinja2tags.py
locks.py
Show info in schedule publishing dialog if user has no publishing permissions
2022-09-22 15:08:12 +01:00
log_actions.py
permissions.py
query.py
Fix Page queryset.not_public returning all pages when no page restrictions exist. ( #9067 )
2022-08-24 17:57:22 +01:00
signal_handlers.py
indexible => indexable
2022-10-05 19:38:14 +01:00
signals.py
telepath.py
url_routing.py
urls.py
views.py
wagtail_hooks.py
whitelist.py
widget_adapters.py
workflows.py