John Carter

Results 20 issues of John Carter

It seems that if I set `COUNTRIES_FIRST_BREAK`, the widget doesn't render the `required` attribute? with these settings: ``` COUNTRIES_FIRST = ["US", "RU", ] COUNTRIES_FIRST_REPEAT = True COUNTRIES_FIRST_SORT = False COUNTRIES_FIRST_BREAK...

using ``black .`` https://github.com/python/black

First off, great work on this project! A minor bug I've found - I'm seeing a 204 response from https://app.api.surehub.io/api/pet//position for a cat that's been added to the catflap but...

I presume either readthedocs or sphinx used to look for README.rst (3 years ago heh), and doesn't any more. Resolved by adding in a bare-bones index.rst. Resolves #82 Also: *...

Hi, can you build readthedocs, it looks like it wasn't rebuilt since 0.5. https://django-js-reverse.readthedocs.io/en/latest/#changelog Thanks

Stripe handles all currency values as integer cents, but we currently have a mixture of storage as cent and as decimals. `StripeDecimalCurrencyAmountField` stores as decimal dollar (etc) values, ie $1.99...

currency storage

Suggested by @Skorpyon in #938 > ...is it possible add class method to **PaymentIntent** same as it exist for **Customer** to create new intents? > > ```python > payment_intent =...

enhancement

in `WebhookEventTrigger.from_request` we log the webhook request IP address, but we extract it in a simplistic way: https://github.com/dj-stripe/dj-stripe/blob/0dd7925602e9b2ac693391fc9c02c4d87b97f5a9/djstripe/models/webhooks.py#L86-L92 It might be useful to add a settings-overridable function here so that...

enhancement
good first issue

It's common practise to use case-insensitive database collations on MySQL, but Stripe IDs are case insensitive, Stripe warns about this: > If for example you’re using MySQL, you should store...

feature

As a followup to #788 it'd be good to have more test coverage of syncing foreign key changes or updates of related objects (most of the existing tests are covering...

enhancement
tests