Anna Sirota AnnaSirota
  • Joined on 2011-08-23
Anna Sirota commented on pull request infrastructure/extensions-website#152 2024-05-27 17:36:45 +02:00
Use a materialized Extension.latest_version field instead of a dynamic property

Extension.objects.bulk_update(.., fields={'latest_version'})

Anna Sirota commented on pull request infrastructure/extensions-website#152 2024-05-27 17:36:45 +02:00
Use a materialized Extension.latest_version field instead of a dynamic property

select_related missing for .file

Anna Sirota commented on pull request infrastructure/extensions-website#152 2024-05-27 17:36:45 +02:00
Use a materialized Extension.latest_version field instead of a dynamic property

should a separate commit, out of scope

c226927744 Delay checkout.session.completed 30 sec to avoid clashing with handling at success page
808346ee0a Remove unused
e47d410877 Rename to checkout_data
75aee17701 Only show product in the product table if featured
b166cfd05e Handle checkout.session.async_payment_succeeded, show Bank transfer in the invoice
5c7865c63a Invoice: show Stripe's bank transfer instructions
34ebeb03cf Update tests
8716da4b6a Display refund in the invoice
02e2499392 Remove debug print
Compare 3 commits »
062cfa4b41 Make invoice more similar to Studio's
c44e0a2feb Remove unused
e73be15787 Update migration
2d41ca3e1f Test full refund
313a1471b8 Merge branch 'main' into invoice-with-vat-and-pdf
26fb82755b Upgrade Stripe SDK to 9.8.0
Compare 2 commits »
Anna Sirota pushed to main at infrastructure/conference-website 2024-05-24 17:18:23 +02:00
26fb82755b Upgrade Stripe SDK to 9.8.0
3bdab4b096 WIP Checkout session with customer (for bank transfer support)