Re: Two Formset on the same page

2009-10-01 Thread Val Makykh
\lib\site-packages\django\forms\widgets.py" in value_from_datadict 170. return data.get(name, None) Exception Type: AttributeError at /results/2/1/ Exception Value: 'str' object has no attribute 'get' On 1 окт, 18:59, Tom Evans wrote: > On Thu, 2009-10-01 at

Two Formset on the same page

2009-10-01 Thread Val Makykh
Hello all. I use Django 1.1. I try to make two formsets on the same page. But when I'm trying to use the data from POST, I have such problem: from POST each formset takes only first form with value. Where have I mistaken? Sourse: In views.py: __ def results(request, countOfTer