class NoArgsCommand removed in django 1.10
Closed this issue · 5 comments
joinghel commented
https://docs.djangoproject.com/en/1.10/releases/1.10/#features-removed-in-1-10
The class BaseCommand should be used instead: https://docs.djangoproject.com/ja/1.10/internals/deprecation/#deprecation-removed-in-1-10
Note:
Subclassing the BaseCommand class requires that you implement the handle() method.
joinghel commented
Issue occurs here: djmail/djmail/management/commands/djmail_retry_send_messages.py
bameda commented
Yes you are right. I'll fix it this weekend and release a new version.
bameda commented
This was fixed in 0.13.1
joinghel commented
Thanks a lot!!
bameda commented
You are welcome