'BaseCommand' has no attribute 'option_list'
It looks like option_list
was dropped in Django 1.10 so the management commands don't work.
Since this didn't show up in tests, I assume we're not testing them...
It looks like option_list
was dropped in Django 1.10 so the management commands don't work.
Since this didn't show up in tests, I assume we're not testing them...