On Fri, Jul 4, 2008 at 6:02 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:

>
> I'm having troubles with an admin portion. I am brand new at django,
> so any help would be greatly appreciated. I am trying to make a class
> of family members.
>
> This works correctly when I use the admin to add new names to it. But
> when I try to change an element I get this error:
> TypeError at /admin/main/name/4/
> Cannot resolve keyword 'name' into field
>
>
Based on the fact your model specified maxlength, not max_length, I guess
you are using a 0.96.x release of Django.  Using 0.96.1, I get the same
error.  Switching to an SVN checkout, it goes away.  Not sure but you may be
hitting this bug:

http://code.djangoproject.com/ticket/1796

which was only completely fixed after the 0.96 release, so you'll need to
upgrade to an SVN checkout to get the fix.

Karen

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