Tommaso Barbugli
Tommaso Barbugli
I noticed that the sync management command does not sync all customer subscriptions, it looks like cancelled and ended subscriptions are not stored in Django. Stripe API exposes this information...
I am hitting the same error described in #413 `Skipping sub_REDACTED: []` In this case the problem seems to be related to to a few fields using 12 decimal, 19...
Hi, I have just installed django cms and django-filer with the related plugin. It looks like something is misconfigured but not documented because when I try to do an upload...
we can't support django.core.paginator.Paginator (we need pk based pagination). best way to go is to ship our own paginator and make sure that it plays nicely with django.views.generic.list ListView
right now serializing enriched data is very complex and requires lot of knowledge of how DRF works (and probably some smart tricks to support nested data / dynamic model serialization)....
When using Chrome (both regular and incognito mode) I get PT-BR as default language. My browser is set to english, I don't speak the language and I am browsing from...
0.4.4 fixes a Cross-Site Scripting vulnerability
Adds support for: ```python libuuid.FastUUID('d7cfb958-8cb5-477c-b7ec-80ecaf1c8d67') ``` which is 2x faster than ```python import uuid uuid.UUID('d7cfb958-8cb5-477c-b7ec-80ecaf1c8d67') ```