Closed theilgaard closed 8 years ago
Hum... It is really strange. Could I see your entire project? I would like to download and see what's going on.
I uploaded my codebase here https://github.com/theilgaard/asdctest
Sorry for late reply, I'll check it.
All good. Could you reproduce the issue?
Sorry for late reply. I had been troubled with installing psycopg2
but now the problem has solved.
I modified default database to SQLite and I could not reproduce your situation.
I used Python 3 so I wonder if https://docs.djangoproject.com/en/1.9/topics/python3/#str-and-unicode-methods helps to solve your problem.
Thanks a lot! I'm using python 2.7 and annotating my class with the following worked.
@python_2_unicode_compatible
When trying to override the
__str__
functionI get the exception raised from the Base class. I have set the REGISTRATION_SUPPLEMENT_CLASS in settings.py and can see the additional supplement fields on the register page.
When I want to see the Registration Profiles on the admin page, I get the exception