Cannot load RegistrationSupplementBase on 0.6.0
giginet opened this issue · 2 comments
giginet commented
In 0.5.0, we can import RegistrationSupplementBase
from registration.supplements
but it is not available in 0.6.0.
giginet commented
We should add test cases
lambdalisue commented
Due to the new Django's limitation, it is not allowed to import from registration.supplements
.