Oliver Sauder
Oliver Sauder
Black has now a stable release and it seems Django now also added black as of https://code.djangoproject.com/ticket/33476 It would be great to get this implemented in DRF as well.
Black has now a stable release and it seems Django now also added black as of https://code.djangoproject.com/ticket/33476 It would be great to get this implemented in DRF as well.
I think this issue is still relevant and to fix this would improve testing of DRF.
This is still relevant. Unfortunately no time to work on a PR myself but maybe someone else does.
I think it would be still great if query optimization code could be integrated into graphene-django directly. https://github.com/graphql-python/graphene-django/pull/693 made the situation a bit better but it doesn't really work if...
@jkimbo First of all graphene-django-optimizer has limitations and doesn't seem to work when using `DjangoFilterConnetionField` or overwriting `get_queryset` on Node or deep nesting. And I don't see that this can...
@jkimbo I have posted here as stale bot was about to close this issue and I wanted avoid this and restart the discussion whether this is a valid issue. I...
Let me speak up for the co-maintainers as well. A while back @apachelogger and I joined to help @smira maintaining Aptly. Both of our focus changed quite a bit though...
@sebastiandev Thanks for the snippets. Just quickly tested and it seems that there is an error when no pagination arguments are passed on, otherwise it seems to work well. All...
@mvanlonden it seems that you merged the last PR quite recently. Could you have a look at this PR as well? It simply needs a rebase to fix CI. Thx.