-
Notifications
You must be signed in to change notification settings - Fork 2
Release 2.1.0
Michael Beaton edited this page Dec 22, 2022
·
2 revisions
-
Added setting
WEBMENTIONS_USE_CELERY
(boolean, defaultTrue
)
IfFalse
: -
celery
does not need to be installed -
New models
PendingIncomingWebmention
andPendingOutgoingContent
are created to store the required
data for later batch-processing. -
New management command:
manage.py mentions_pending
can be used to process these data. -
/get
endpoint:- Now returns results for SimpleMention objects as well as Webmentions.
- Added field
type
with valuewebmention
orsimple
so they can be differentiated when displaying.
-
Updated instructions for installation with or without celery.