On Nov 13, 12:38 am, [EMAIL PROTECTED] wrote:
> 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:

This is the proper solution when using the latest Django release.  A
version of Django has not yet been released which uses max_length.

> Without using the documentation from previous version - what can I do
> to fix this?

The documentation found at http://www.djangoproject.com/documentation/0.96/
is the right version to refer to when using the latest release 0.96.1.

Matt


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to