FidelityInternational / djangocms-version-locking

BSD 3-Clause "New" or "Revised" License
1 stars 16 forks source link

New dependency on moderation in 1.2.0 #80

Open marksweb opened 1 year ago

marksweb commented 1 year ago

As of 1.2.0, there is a dependency on djangocms-moderation introduced here; https://github.com/FidelityInternational/djangocms-version-locking/commit/753eb80dc13820dcfa798bc8e60b314e68c5a2e3

Given that each v4 package is intended to be optional, I'd expect this to be wrapped in a try/except to allow projects not using moderation to still use version locking - like one of mine.