Storing data from frequently changing forms

2011-10-11 Thread Michael Wayne Goodman
Hi all, I'm new to this and could use some help, I'm implementing a large-ish form-based application for an ongoing academic project. As students come and go, the form fields change frequently, so I'm wary to have form fields map to database entries. Does anyone have a good idea of how to store th

Re: modelformset partial save and AttributeErrors

2011-09-29 Thread Michael Wayne Goodman
; (not necessarily a Django session), besides putting all the data in the session dictionary, then I'd be happy to hear them. Thanks On Sep 28, 10:46 pm, Michael Wayne Goodman wrote: > Hi, I'm getting the following error when I try to assign a value to a > model attribute in a modelfo

modelformset partial save and AttributeErrors

2011-09-28 Thread Michael Wayne Goodman
Hi, I'm getting the following error when I try to assign a value to a model attribute in a modelformset: AttributeError at /number/ 'WSGIRequest' object has no attribute 'qsession' which occurs in the following snippet: numbers = formset.save(commit=False) for number in n

multi-page, non-sequential, dynamic forms with serialization/deserialization

2011-06-14 Thread Michael Wayne Goodman
Hi all, I looked into Django for a specific task, but before I get too deep I want to make sure it is possible. We already have a site that does what we need (http://depts.washington.edu/uwcl/matrix/customize/ matrix.cgi), but it is written entirely in custom, proprietary code, and it is getting d