Forms#
StakingForm is a ModelForm with the following extras:
An
attachmentsfield (MultipleFileField) with delete-while-editing support.The
itemqueryset is restricted to coins (Item.objects.filter(coin__isnull=False)).The
transactionqueryset is restricted to open, coin-related transactions belonging to the current user.
Validators#
amountandreward_amountmust be>= 0.start <= today.start < end.If a related
transactionis set,start >= transaction.date.