djangocms-link icon indicating copy to clipboard operation
djangocms-link copied to clipboard

django CMS Link is a plugin for django CMS that allows you to add links on your site.

Results 7 djangocms-link issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.2) - [github.com/adamchainz/django-upgrade: 1.15.0 → 1.16.0](https://github.com/adamchainz/django-upgrade/compare/1.15.0...1.16.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](https://github.com/PyCQA/flake8/compare/6.1.0...7.0.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.12.0...5.13.2)

python manage.py migrate Traceback (most recent call last): File "manage.py", line 22, in main() File "manage.py", line 18, in main execute_from_command_line(sys.argv) File "django/core/management/__init__.py", line 442, in execute_from_command_line utility.execute() File "/python3.11/site-packages/django/core/management/__init__.py",...

## Description Support added for django-cms 4.x. It will eventually be replaced by djangocms-url-manager bu so many projects use djangocms-link it would be wrong to deprecate it now when a...

To follow up on #165 I tend to believe that the placeholder cms_page is redundant as Site.objects.get_current() will already return the correct site. And, considering that any placeholder.page.site is always...

Hi I got an error on a multisite setup when I try to add the Link Plugin in the CKEditor. ``` NoReverseMatch at /fr/admin/cms/page/edit-plugin/127783/ Reverse for 'pages-details-by-slug' with keyword arguments...

I have a Django CMS page with a URL like this `something.edu/dynamic/x/y/` We had a legacy static page at a URL like this `something.edu/x/y/z.html` When we moved the sub-page into...

The js located in https://code.jquery.com/jquery-3.5.1.slim.min.js is not available. I propose to modify the media Class in the file fields_select2.py ` class Media: js = ( 'js/jquery.js', ) ` Then we...