David Burke

Results 82 comments of David Burke

Opened issue #24 for any version pinning discussion. Hopefully I'll find some time for this.

[GlitchTip](https://glitchtip.com/), an open source error monitoring platform, uses dj-stripe on it's [back-end](https://gitlab.com/glitchtip/glitchtip-backend/) to sync subscription data. It's hosted version has paid tiers. The dj-stripe customer model is an Organization from...

This is needed for django 1.7 support.

@pennersr could you give your opinion as to whether you would want a feature like this upstream? If not - we may proceed to make it as a custom provider...

Here's the workaround I use. Let's say we want the fields to be called "start" and "end". I've only tested this with DateRange. It still requires setting many classes. ```python...

I noticed that the existing pagination works with both querysets and lists. See [existing pagination](https://github.com/vitalik/django-ninja/blob/master/ninja/pagination.py#L53). This one does not support lists. It looks like it would be have be more...

@shmulvad what does your api code look like? It sounds possibly related to my comment [here](https://github.com/vitalik/django-ninja/pull/836#issuecomment-1874678625). Understanding the various use cases would be helpful. @jamesrkiger and I are working together...

@Retr02332 if you are extending allauth in some way to work in an async context, then you need to make use of sync_to_async. If you come up with a common...

> what is currently still missing in order to close this issue? I think the use cases are: 1. I want to run allauth without error using ASGI. This seems...

> I’m very realistic about the fact that we may just not be able to write and maintain what are two parallel ORM cores That's sad to hear, if I...