beatonma / django-wm

Automatic Webmention functionality for Django models
https://beatonma.org/webmentions_tester/
GNU General Public License v3.0
12 stars 2 forks source link

2.3.0: Enabled custom url-to-object resolution. #29

Closed beatonma closed 2 years ago

beatonma commented 2 years ago

Resolves #28

New MentionableMixin classmethod: resolve_from_url_kwargs(**url_kwargs)

mentions.resolution.get_model_for_url_path now delegates to MentionableMixin.resolve_from_url_kwargs to resolve captured URL parameters to a model instance.