I tried it but without success: I still get --- TypeError at /admin/koan/ddt/add/ __init__() got an unexpected keyword argument 'member_name' Request Method: GET Request URL: http://127.0.0.1:8000/admin/koan/ddt/add/ Exception Type: TypeError Exception Value: __init__() got an unexpected keyword argument 'member_name' Exception Location: /usr/local/lib/python2.4/site-packages/django/core/meta/fields.py in get_manipulator_fields, line 293 --- in both cases (removing .pyc or getting a fresh new svn checkout). I start thinking it can be a django bug :(( I also tried to recreate all db information from scratch (init, install app, install admin, createsuperuser etc.): no changes, same error.
Here you can find the complete traceback (~500 lines): http://sra.itc.it/people/olivetti/tmp/traceback.txt I'll try to dig into as soon as possible. In any case, thanks for your help! Emanuele

