Re: Problem with ModelFormSet
On Fri, Nov 13, 2009 at 9:18 AM, ses1984 <ses1984@gmail.com> wrote:
In short, I have been having a hard time getting a ModelFormSet to
save. The formset is created from a queryset, and it's only intended
to edit one field of existing objects.
[snip]
I have not a clue where this TypeError is coming from.
That's what the traceback that goes with the exception tells you. It may be possible to debug from just the information you have posted, but it's a lot easier to start with the traceback, which identifies the entire call stack and each line of code involved in getting to where the error ultimately occurs. Thus, if you post the traceback, you may get more help than you will without.
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home