Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class RequestForm(forms.Form):
- price = forms.DecimalField()
- def clean(self):
- price = self.cleaned_data['price']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement