Closed jeroenpeters1986 closed 5 years ago
@yakky Like the sitemap plugin (see sitemap#30), this plugin also was not compatible with DjangoCMS 3.6 anymore.
Also, as you can see in the integration tests, support for everything below Django 1.11 is dropped by DjangoCMS 3.6 now
@jeroenpeters1986 thanks for this
I'd rather merge #97 which also addresses the new NoReverseMatch, reverse
import
I plan to do a release with all the django CMS 3.6 related fixes very soon
Thanks for your time and the patience
@jeroenpeters1986 thanks for this I'd rather merge #97 which also addresses the new
NoReverseMatch, reverse
import I plan to do a release with all the django CMS 3.6 related fixes very soonThanks for your time and the patience
Not a problem ofcourse! You should take the best / most complete PR. Thanks for letting me know
@jeroenpeters1986 thanks for your time to propose this :bowing_man: I'll keep this open until the support will be merged (in any PR)
@jeroenpeters1986 closed with #100 thanks for your work!
No problem, thanks again for your work!
Fix deprecated 'edit_mode' attribute which was removed as of DjangoCMS 3.6 It's now backwards compatible up to DjangoCMS 3.4
This was reported in issue #99