I am stepping through Dajngo Tutorial (Part 1, to create polls application) and get this error.
Unexpected keyword argument 'max length' when running "manage syncdb" If I change it to "maxlength" it works: I did see note in tutorial regarding old version and I was using an earlier version (0.96) - I then loaded the latest version by: - delete django directory from "site package" - download 0.96.1 files (tar.gz) - run python setup.py install Still get the same error... Without using the documentation from previous version - what can I do to fix this? I believe I am running latest version. Import django Django.VERSION I see latest version (0.96.1) Any other ideas, short of going back to previous version documents? (which doesn't *really* solve the problem) Many Thanks Liam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---