Paul (xobb) Chubatyy

Results 4 issues of Paul (xobb) Chubatyy

Form inputs may be associated with different forms. It allows creating "forms within forms". Read a definition on [HTML spec](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fae-form). One can specify the form the input will be associated...

Add ability to specify additional classes for all alerts that are produced by django-bootstrap5. - [x] Code - [x] Documentation - [x] Tests

Hello team, first of all I would like to thank you for a great product. I've got a custom widget for displaying stored credit cards in the store: ```python from...

Currently implemented only `->is()` criteria. Works for me for now. If I find a need to search for transaction with [other conditions available](https://developers.braintreepayments.com/reference/general/searching/search-fields/php) I will come up with something more...