django-cms / djangocms-moderation

Other
13 stars 20 forks source link

Support django 2.2 #168

Closed jonathan-s closed 4 years ago

jonathan-s commented 4 years ago

Depends on:

Issues with failing tests that need to be fixed first.

The delete_selected action was changed in 2.2 so the decision was made to create a custom action for delete.

ERRORS:
<class 'djangocms_moderation.admin.ModerationRequestTreeAdmin'>: 
(admin.E130) __name__ attributes of actions defined in 
<class 'djangocms_moderation.admin.ModerationRequestTreeAdmin'> must be unique.
jonathan-s commented 4 years ago

Yeah, version-locking needs to be merged first before this is merged. That was the intention all along.