jankopacek
Results
3
issues of
jankopacek
In demo (didn't try anywhere else) the MoneyField is rendered empty on a change form, due to value rendered with currency in number field. ``` python class MoneyFieldWidget(forms.widgets.NumberInput): def render(self,...
bug
Would it be possible to send django signals on API requests for easier integration with other apps?