Skip to content

bugfix: removed interactive option from createsakey

Calum Mackervoy requested to merge django-2-upgrade into master

necessary for Django 2.2 upgrade

In Django 2.0 calling call_command checks that the options passed exist, where it didn't before.. https://docs.djangoproject.com/en/2.2/releases/2.0/#call-command-validates-the-options-it-receives

Edited by Calum Mackervoy

Merge request reports