-
Notifications
You must be signed in to change notification settings - Fork 2
Release 4.0.1
Michael Beaton edited this page Feb 8, 2024
·
2 revisions
-
Now compatible with
Wagtail>=3.0.3
(previously>=4.0
).-
mentions_wagtail_path
still requires>=4.0
: usementions_wagtail_route
ormentions_wagtail_re_path
otherwise.
-
-
Added management command
mentions_reverify [filters ...] [--all]
- Allows you to reprocess received Webmentions to see if they are still 'live'.
- Accepts a space-separated list of
field=value
queryset filters, or--all
to reprocess all of them.
-
Added management command
mentions_pending
to replacepending_mentions
for naming consistency with other commands.-
pending_mentions
still works though.
-