quantumlicht / django-wine

Django version of Site vins
3 stars 1 forks source link

Decimal field are not saved for 1.0.,2.0,3.0,4.0,5.0 #1

Open quantumlicht opened 10 years ago

quantumlicht commented 10 years ago

Probably could change the field type to a simple float. make sure that the value of the choices are really stored as floats with proper decimals..

Verify if the value can be accessed through the model API. If yes, then it's just a display issue.