Changes between Initial Version and Version 1 of Ticket #30125, comment 2
- Timestamp:
- Jan 23, 2019, 1:23:24 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30125, comment 2
initial v1 15 15 16 16 class CreatePaymentForm(forms.Form): 17 amount = forms.DecimalField(min_value=0.0 1, max_digits=12, decimal_places=2)17 amount = forms.DecimalField(min_value=0.02, max_digits=12, decimal_places=2) 18 18 }}} 19 19