nephila / djangocms-blog

django CMS blog application - Support for multilingual posts, placeholders, social network meta tags and configurable apphooks
https://djangocms-blog.readthedocs.io
BSD 3-Clause "New" or "Revised" License
391 stars 192 forks source link

fix incorrect dependencies #763

Closed wfehr closed 9 months ago

wfehr commented 9 months ago

blog-version 2.0.4 uses django-meta.settings.get_setting: commit

This get_setting-function was introduced in django-meta==2.4.0. As seen in above commit, the dependency was changed to django-meta>=2.3.0 which therefore is incorrect.

The dependency should be set to >=2.4.0 to avoid incorrect installations.

protoroto commented 9 months ago

@wfehr You're right, I don't know how I missed that. Will release a new version asap.

protoroto commented 9 months ago

@wfehr We've just released 2.0.5 version. This should be fixed now! Thanks for pointing this out!