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

Raise NotImplementedError in Python3 #23

Closed giginet closed 10 years ago

giginet commented 10 years ago

In Python3, django uses __str__ instead of __unicode__ to display model detail.

Although, NotImplementedError is raised when __unicode__ is not implemented.

https://github.com/lambdalisue/django-inspectional-registration/blob/master/src/registration/supplements/base.py#L60