Alexander Kavanaugh

Results 11 issues of Alexander Kavanaugh

It'd be nice to get django-choices compatible with django 3.0 until we can provide: 1) options on how to achieve parity with the new native choices classes in django 3.0...

Support
Documentation

**Changelog Link** https://stripe.com/docs/upgrades#2022-08-01 **Describe the Change** Stripe just released a new api version. Here's a summary of breaking changes: https://twitter.com/cjav_dev/status/1554922709737283585

api change

Some thoughts on what might be nice: **Index** - [ ] Add an "Overview" section that talks about how dj-stripe should and shouldn't be used (use it as a powerful...

documentation
discussion
admin work

We don't currently support zero-decimal currencies. See [here](https://support.stripe.com/questions/which-zero-decimal-currencies-does-stripe-support). This issue talks to how currencies are surfaced/serialized, not how they're stored in the database. For the issue on that topic, see...

feature
currency storage

So we currently have a few inconsistencies surrounding subscription status/categorization: ## Customer https://github.com/kavdev/dj-stripe/blob/1.0.0/djstripe/models.py#L229 ```python def _get_valid_subscriptions(self): """ Get a list of this customer's valid subscriptions.""" return [subscription for subscription in...

enhancement
discussion

Some of our branches require signed commits. Can you set up GPG for the bot making commits/PRs? Resource: https://help.github.com/articles/signing-commits-with-gpg/

considering
new feature

There are a bunch of services on the homepage of http://shields.io/ that allow you to customize the style of the shield. We like to use the flat-squared style over at...

considering
enhancement

I'm not sure this is even possible, but it would be pretty cool to have some sort of admin UI for adding and removing roles and permissions

Hi there! Would it be possible to create tags with stripe api versions (e.g. `2019-05-16`)? The dj-stripe library contributors are working on automatically generating fixtures, and we'd love to be...

future

First off, great work on apca, and congrats on publishing it to npm! It's the only algorithm I've used that properly identifies perceived contrast. There isn't an issue tracker on...