mirumee / django-prices

Django fields for the prices module
158 stars 53 forks source link

Pricefield widget doesn't render "step" attribute #20

Closed maarcingebala closed 9 years ago

maarcingebala commented 9 years ago

By default step is set to "1" which makes it impossible to set any decimal value in price field.

patrys commented 9 years ago

Relevant code: https://github.com/mirumee/django-prices/blob/master/django_prices/forms.py#L14