django-wm: 2.1.0
Added setting
WEBMENTIONS_USE_CELERY(boolean, defaultTrue)- If
False:celerydoes not need to be installed- New models
PendingIncomingWebmentionandPendingOutgoingContentare created to store the required data for later batch-processing. - New management command:
manage.py pending_mentionscan be used to process these data.
- If
/getendpoint:- Now returns results for SimpleMention objects as well as Webmentions.
- Added field
typewith valuewebmentionorsimpleso they can be differentiated when displaying.
Updated instructions for installation with or without celery.