On Friday 29 January 2010 12:28:37 Chris McComas wrote:
> Hey everyone, here's all of the information:
> 
> Here's the models:
> http://dpaste.com/152277/
> 
> Here's my view:
> http://dpaste.com/152061/
> 
> Here's the full error message:
> http://dpaste.com/152060/
> 

All your fields in the models are DecimalFields 

in your view you have:

cogability.pcatessay_conv = int(cogability.pcatessay_rawscore) / 5 
cogability.pcat_conv = int(cogability.pcat_rawscore) / 100

These are Type Int when saved, not Decimal, you should convert them somewhere 
along the lines or change the fields to be IntegerField

Mike


-- 
Let not the sands of time get in your lunch.

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to