cmsplugin-filer is deprecated addons
See original GitHub issuecmsplugin-filer is in setup.py install_requires
But it’s a deprecated addons, see: http://docs.django-cms.org/en/latest/topics/commonly_used_plugins.html#deprecated-addons
And can result in problems like:
What’s about a migration to a core addon?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Deprecating addon features - Writing addons - The Ember CLI
A deprecation warning is a message printed to the console that informs a developer that they need to refactor part of their app...
Read more >Updated list of deprecated plugins and addons - FFXIAH.com
Hi, Is there a list of deprecated plugins and addons? My game crashes randomly and I'd like to rule out outdated addons.
Read more >Information about deprecated client script APIs in Dynamics 365
This article describes the usage of Xrm.Page in client scripts in our addons for Dynamics 365 Online.There are different ways how Xrm.Page ...
Read more >DEPRECATED - Elder Scrolls Online AddOns
DEPRECATED : Lootdrop Deluxe is deprecated: Phinix is back and has updated Lootdrop Reborn. Delete your Lootdrop folder and install Lootdrop ...
Read more >Addon Logging Deprecation: NOTICE/SEVERE levels to be ...
NOTICE and SEVERE will deprecated from all APIs by the end of June. As there are some python addons already in the matrix...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FYI: djangocms-blog included cmsplugin-filer only for the purpose of thumbnail option. The migration from cmspluginfiler-image
ThumbnailOption
to filerThumbnailOption
has been completed in the 0.8.x version. We kept cmsplugin-filer-image dependency in 0.9 to ease the migration from early 0.8.x version directly to 0.9 (basically to keep the migrations historical models consistent) In 1.0 will be dropped, but no further migration will be needed. We will just remove the compatibility code which is already no longer used in 0.9 anywayCreated the gist new, made a little mistake, should work now.