greenelab / django-genes

A Django package to represent genes
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

"BaseCommand.option_list" is deprecated #16

Open dongbohu opened 5 years ago

dongbohu commented 5 years ago

Since Django 1.8+, BaseCommand.option_list has been deprecated. https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/#django.core.management.BaseCommand.option_list

This affects the following management commands:

genes/management/commands/genes_add_xrdb.py
genes/management/commands/genes_load_geneinfo.py
genes/management/commands/genes_load_uniprot.py
genes/management/commands/genes_load_wb.py