beatonma.org

Changelog: django-wm 4.0.2

Resolves #50: broken search field on QuotableAdmin. Added tests for admin pages to avoid that sort of thing happening again. Minor touch-ups for the admin pages. Source and target URL fields are now read-only. Added appropriate search fields and list…

Changelog: 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 ma…

Changelog: django-wm 4.0.0

This update alters fields on MentionableMixin so you will need to run makemigrations and migrate after upgrading! MentionableMixin: allow_outgoing_webmentions default now configurable via settings.WEBMENTIONS_ALLOW_OUTGOING_DEFAULT. Removed slug fiel…

Changelog: django-wm 3.1.1

Fixes #43: outgoing webmention being resubmitted continuously.

Changelog: django-wm 3.1.0

Resolves #38: Revalidate target URLs when handling pending mentions Should be unnecessary generally (they are also validated at discovery time when parsed from HTML) but important if validation checks are updated. Resolves #41: Find correct endpoint …

Changelog: django-wm 3.0.0

Upgrade warning If upgrading from an older version please be aware of these changes: Unused MentionableMixin.allow_incoming_webmentions field has been removed. Any existing instances of PendingIncomingWebmention and PendingOutgoingContent will be del…

beatonmadotorg-front

Front-end source for beatonma.org