beatonma.org

django-wm: 4.0.1

Published
django-wm
App
  • 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 replace pending_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: use mentions_wagtail_route or mentions_wagtail_re_path.