recording gives me this error <class 'django.forms.formsets.EntregaItensFormFormSet'>
My model is thus http://pastebin.com/MDM54gg8 my view http://pastebin.com/HGwkaZCK when I try to record v_conta Conta.objects.filter = (= request.user.empresa company.) get (pk = 1 ) v_subconta SubConta.objects.filter = (= request.user.empresa company.) get ( pk = 1) caixa_faccao Caixafaccao = ( company = request.user.empresa, client = entrega.cliente, observations = "Debit" dtlancamento datetime.now = () idcentrocusto = "1" value = vvlrtotentregue, valordefeito = vvlrtotentreguedefeito, type = "D" = Delivery delivery account = v_conta, sub = v_subconta, ) caixa_faccao.save () returns me this error <class'movimento.models.DoesNotExist'> ajuadar me if you can -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ef27d456-a3ea-4922-9c3c-314015e70c46%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.