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
; (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
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
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
4 matches
Mail list logo