Closed emilian closed 11 years ago
Fixes the following issue: https://github.com/diefenbach/django-lfs/issues/127
What about the difference between get_clean_quantity_value and get_clean_quantity ?
That is something to look into.
This patch is not valid as it is possible that value like '1,0' will be passed as quantity and then it will fail with float('1,0')
Fixes the following issue: https://github.com/diefenbach/django-lfs/issues/127
What about the difference between get_clean_quantity_value and get_clean_quantity ?
That is something to look into.