views:

33

answers:

0

I have a field that sometimes contains integers, sometimes contains decimals and sometimes contains a list of integers. I have been using CommaSeparatedIntegerField and multiplying the decimals by 1000 to get to reasonable integers. Is there a better way?