django-wm: 4.0.1
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.
Now compatible with
Wagtail>=3.0.3
(previously>=4.0
).mentions_wagtail_path
still requires>=4.0
: usementions_wagtail_route
ormentions_wagtail_re_path
.