On 8/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> hi, after hitting
>              python manage.py sql polls
> an error appears and i don't know how to debug in python for find the
> error.

There is a large warning at the top of the tutorial page:

"This document is for Django's SVN release, which can be significantly
different than previous releases. Get old docs here: 0.96, 0.95."

You are attempting to work through the tutorial with the 0.96 release,
which means you will need to click the "0.96" link to read the version
of the tutorial for that release. In the development version of Django
(available as an SVN checkout), the "max_length" keyword argument will
work because it is being changed from "maxlength", but the 0.96
release happened before this change was made, so to work with 0.96 you
must do the 0.96 version of the tutorial (which will instruct you to
use "maxlength" instead).

-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

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