Changes between Initial Version and Version 1 of Ticket #30125, comment 2


Ignore:
Timestamp:
Jan 23, 2019, 1:23:24 PM (6 years ago)
Author:
Roman Paranichev

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30125, comment 2

    initial v1  
    1515
    1616class CreatePaymentForm(forms.Form):
    17     amount = forms.DecimalField(min_value=0.01, max_digits=12, decimal_places=2)
     17    amount = forms.DecimalField(min_value=0.02, max_digits=12, decimal_places=2)
    1818}}}
    1919
Back to Top