Daniele,

Are you processing the formset on one page or on multiple? If multiple, then it seems that you don't need a formset and can just chain the form inputs into the next form.

For a single page, the first thing that comes to mind is doing the processing client-side, via Javascript and AJAX calls. This would only be feasible if the information that you're using to process does not need to be secret. Then again, writing a client-side data processor might be just as much work as writing formset validation code from scratch.

Andrew

On 07/02/2014 03:58 PM, Daniele Procida wrote:
On Sat, Jun 28, 2014, Andrew Choi <andrewyujinc...@gmail.com> wrote:

It doesn't seem like there's an easier way to do what you're proposing.
However, what's the form data manipulation that you need to do for some of
these forms? Is there a way to separate that from the form set submission?
Each time the form is resubmitted to have the data processed, it needs to 
complete some fields based on others, and related data in the database.

Daniele


--
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/53B3FCA5.6060001%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to