On Fri, Apr 24, 2009 at 1:43 PM, bconnors <[email protected]> wrote:

>
> i eliminated the field in Poll question = models.CharField
> (max_length=200) and Choice choice = models.CharField(max_length=200)
> and the error went away
>

Sure, but eliminating use of CharFields (plus, as you hit errors, every
other thing that has changed between 0.96 and 1.0) is not a viable long-term
strategy.  Really, if you want to make progress, uninstall the 0.96 level
and install 1.0.2 or set your python path to point to your checkout, or
"install" your checkout by creating a symbolic link in site-packages.
Instructions for all of these steps have been given in previous responses in
this thread.

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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