-
* [V ] Is it a bug?
* [V] Is it a question?
# Description
I've set up django channels as described in the official documentation, but when I throw a query, I get the message
"ERROR: ASGI calla…
-
On the latest version (v4.0.1), create a group (e.g. "contractors") with the below permissions.
```
reporting | Evidence | Can add Evidence
reporting | Evidence | Can change Evidence
reporting |…
-
### I have read the docs thoroughly before making this feature request.
- [X] Yes
### I have read through other open issues, and my issue is not a duplicate.
- [X] Yes
### Description
How can I c…
-
I'm currently attempting to upload files using Graphene and have explored several packages in my search. Unfortunately, none of them have proven effective. It seems to be a notable issue that Graphene…
-
## Describe the Bug
After upgrading to Strawberry 0.139.0 any `strawberry.django.type` classes that use the `auto` type will fail with error. See the recent release: https://github.com/strawberry-gra…
-
@zhanymkanov thanks for the write up. It’s great to have some benchmarks on professional implementations, this is awesome and one of the most valuables repositories, just a lot of production-ready and…
-
As a Nautobot Engineer, I want to understand the impact an upgrade to Django 4 so that I can plan stories accordingly.
- Review django changes and fixes
- Determine impact of breaking changes
- Inves…
-
## Describe the Bug
sometimes, for reasons known only to the old gods, Strawberry attempts to apply field extensions twice—once during initial schema collection and once during the transf…
-
https://github.com/strawberry-graphql/strawberry-graphql-django/blob/7ec710bf62bd599442601d0a9605e7bedf1dfca1/strawberry_django/filters.py#L90-L92
`django_model._meta._forward_fields_map` should be…
-
I'm trying to test my Channels consumer which calls database_sync_to_async code.
The consumer looks something like this:
```
class MyConsumer(AsyncJsonWebsocketConsumer):
async def connect(sel…