On Feb 2, 2010, at 11:49 AM, Chris McComas wrote:

> Shawn -> thnx for your help, that "hacky" fix isn't working tho...


Sorry 'bout that. I didn't really test it. But in the loop, do some creative 
print or log.debug statements with the values in scope and see what you can 
figure out. Maybe you can fix the hack.

However, as you suggested maybe you can change the models, create a property 
function that returns the desired value, then create a South migration.

Also, I'm just realized something I completely overlooked. Know your GRADES 
tuple? The first value in each element is a float, not a Decimal. Try importing 
decimal.Decimal and replacing the values of your grades (APLUS, BMINUS, etc.) 
with Decimal(APLUS), Decimal(BMINUS), etc. See if that fixes it.

Shawn


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to