dj-stripe 2.10.4 (2026-06-19)
- Fix compatibility with stripe-python 15, where
StripeObjectno longer inherits fromdict. The dict-style methods (get,items,keys,values,pop,setdefault) dj-stripe relies on are restored at runtime. - Allow stripe-python 15 (
stripe>=11.3.0,<16).
dj-stripe 2.10.3 (2025-10-15)
- Fix api_key not being passed in PaymentMethod.detach() correctly
- Fix churn() calculations
- Add VerificationSession.client_reference_id property
- Fix customer retrieval on payment method attachment
dj-stripe 2.10.2 (2025-10-13)
- Update supported signals with
invoice.overpaid,invoice_payment.paidandterminal.reader.action_updated - Fix various admin crashes
- Fix a crash in product definition
- Fix a crash in invoice expansion
- Fix issues with entitlements webhooks not correctly syncing
- Fix documentation rendering issues and update some outdated references
dj-stripe 2.10.1 (2025-08-29)
- Fix customer balance lookups and related tests
- Recover Invoice.discounts property
- Fix default_tax_rates lookups