lambdalisue / django-inspectional-registration

Django registration app with Inspection before activation
http://pypi.python.org/pypi/django-inspectional-registration
42 stars 26 forks source link

Cannot load RegistrationSupplementBase on 0.6.0 #58

Closed giginet closed 8 years ago

giginet commented 8 years ago

In 0.5.0, we can import RegistrationSupplementBase from registration.supplements but it is not available in 0.6.0.

https://github.com/lambdalisue/django-inspectional-registration/pull/55/files#diff-418b7fc88daf62eb48b8408c38a666efL11

giginet commented 8 years ago

We should add test cases

lambdalisue commented 8 years ago

Due to the new Django's limitation, it is not allowed to import from registration.supplements.