****************** * log warning when status changes out from confirmed * fix problem with form in Django 5.0 * support Django 5.1
1.4.6
****************** * remove debug code committed by mistake
1.4.5
****************** * fix safestring in Django 5.0
1.4.4
****************** * fix PayuApiError: invalid response to refund
1.4.3
****************** * fix "AttributeError: Manager isn't accessible via Payment instances" introduced in 1.4.1
1.4.2
****************** * fix multiple deduction of the refund amount from `payment.captured_amount` * change statuses of payments refunded with an amount greater than `payment.captured_amount` to `REFUNDED` instead of just deducing `captured_amount`