Thanks James,

The slightly earlier message by Rotlaus points to the same issue.

Rotlaus,

If you are using svn, doing an  ' svn -r 4692 up '  in the django_src dir
followed by ' python setup.py install ' will make the model work.

Rob


On Mar 9, 2007, at 2:39 PM, James Bennett wrote:
>
> On 3/9/07, Rob J Goedman <[EMAIL PROTECTED]> wrote:
>> If I upgrade to revision 4693 (or higher) I get below error.  
>> Revision 4692
>> works fine.
>
> I need to do some digging to see what's up with that; it's definitely
> the changeset, not your code.

On Mar 9, 2007, at 2:02 PM, Rotlaus wrote:

> Sorry for the maybe dumb question, but i'm new to python and django.
> I#M just following th tutorial and have a problem at part 2 of it.
> When adding the edit_inline parameter to the poll foreign key as
> stated in the tutorial i get this error message:
>
> KeyError at /admin/polls/poll/1/
> "Could not find Formfield or InlineObjectCollection named
> 'polls_choice'"
> Request Method:       GET
> Request URL:  http://127.0.0.1:8000/admin/polls/poll/1/
> Exception Type:       KeyError
> Exception Value:      "Could not find Formfield or InlineObjectCollection
> named 'polls_choice'"
> Exception Location:   /usr/lib/python2.5/site-packages/django/oldforms/
> __init__.py in __getitem__, line 135


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