Adds a link plugin to django CMS, allowing editors to create links to internal pages, external URLs, mailto, telephone, and anchors. Current version 5.1.1, requires Python >=3.9, follows django CMS's release cadence.
pip install djangocms-linkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add djangocms_link to INSTALLED_APPS, then migrate and collect static files.
Review the new widget and endpoint; update any custom code that relied on the old form field or internal URL generation.
Change import to from djangocms_link.models import LinkPlugin.
Verify django CMS installation: 'django-cms' in INSTALLED_APPS and run migrations.
Ensure you pass a valid model instance (e.g., Page) or string URL to the tag.