shell_plus import order is suboptimal
Currently, shell_plus
imports models in the wrong order, making django.contrib.auth.models.Group
shadow aleksis.core.models.Group
, and a few others.
Currently, shell_plus
imports models in the wrong order, making django.contrib.auth.models.Group
shadow aleksis.core.models.Group
, and a few others.