-
Notifications
You must be signed in to change notification settings - Fork 2
Release 4.1.1
Michael Beaton edited this page Feb 10, 2024
·
1 revision
Warning
python manage.py migrate
required for new fields.
-
Added
Webmention.has_been_read: bool
field.- New context processor
mentions.context_processors.unread_webmentions
addsunread_webmentions
field to template context, containing the queryset of unread Webmention objects. - Added admin actions for marking as read/unread.
- New context processor
-
New
objects
manager for Webmention with some common filters and actions. -
New settings for allowing or disabling webmentions to/from a set of domains:
-
New settings for tags that can be added to your HTML links to allow/disable sending webmentions for just that specific link. (Overrides above allow/deny lists)