django-wm: 2.1.0
Added setting
WEBMENTIONS_USE_CELERY
(boolean, defaultTrue
)- If
False
: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 pending_mentions
can be used to process these data.
- If
/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.