0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
wagtail/wagtail
Matt Westcott 035ff70835 Reword special-purpose FieldPanel deprecation message for clarity
Multiple people on Slack support have asked "how do I fix this error" now, which suggests that the wording here needs improvement...

* change "is obsolete" to "is no longer required", to make it sound less "your code is broken" and more "here's an improvement you can make" (but also state that it'll be removed in a future release, to make it clear that you have to do it soomer or later)
* leave out the full module paths - they're probably coming across as internal tech gobbledegook rather than informative, and obscuring the word "Panel" which is the most important thing in the message
* link to the release note to clear up any remaining confusion
2022-09-30 06:33:20 +10:00
..
actions
admin Reword special-purpose FieldPanel deprecation message for clarity 2022-09-30 06:33:20 +10:00
api
bin
blocks
contrib Change order of export fields & Update mixins 2022-09-29 22:12:56 +10:00
core
documents Reword special-purpose FieldPanel deprecation message for clarity 2022-09-30 06:33:20 +10:00
embeds Generate new translation strings 2022-09-23 11:48:06 +01:00
images Reword special-purpose FieldPanel deprecation message for clarity 2022-09-30 06:33:20 +10: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 Keep publish_scheduled_pages command as an alias to publish_scheduled 2022-09-29 10:28:36 +01:00
migrations Set related_name on user revision relation to avoid conflict with django-reversion (#9234) 2022-09-20 16:03:46 +01:00
models Add approved_schedule property and handle scheduled status in DraftStateMixin 2022-09-29 10:28:36 +01:00
permission_policies
project_template
rich_text
search Generate new translation strings 2022-09-23 11:48:06 +01:00
sites Generate new translation strings 2022-09-23 11:48:06 +01:00
snippets Reword special-purpose FieldPanel deprecation message for clarity 2022-09-30 06:33:20 +10:00
templates/wagtailcore
templatetags
test Add tests for setting scheduled publishing fields in snippets with DraftStateMixin 2022-09-29 10:28:36 +01:00
tests Add tests for publish_scheduled management command with snippets 2022-09-29 10:28:36 +01:00
users Generate new translation strings 2022-09-23 11:48:06 +01:00
utils
__init__.py
apps.py
compat.py
coreutils.py
exceptions.py
fields.py
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
signal_handlers.py
signals.py
telepath.py
url_routing.py
urls.py
views.py
wagtail_hooks.py
whitelist.py
widget_adapters.py
workflows.py