Skip to content

Commit 6fd084c

Browse files
committed
Update docs
1 parent 3c19cd8 commit 6fd084c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

apps/frontend/src/content/docs/integrations/django.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ class MyGraphQLView(GraphQLView):
229229

230230
# Async Django
231231

232-
Strawberry also provides an async view that you can use with Django 3.1+
232+
Strawberry also provides an async view that you can use with Django's ASGI
233+
support:
233234

234235
```python
235236
from django.urls import path

apps/frontend/src/content/docs/integrations/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Note, this table is not up to date, and this page shouldn't be linked anywhere
1212

1313
| name | Supports sync | Supports async | Supports subscriptions via websockets | Supports subscriptions via multipart HTTP | Supports file uploads | Supports batch queries |
1414
| --------------------------- | ------------- | -------------------- | ------------------------------------- | ----------------------------------------- | --------------------- | ---------------------- |
15-
| [django](/docs/integrations/django) || ✅ (with Async view) | ❌ (use Channels for websockets) |(From Django 4.2) |||
15+
| [django](/docs/integrations/django) || ✅ (with Async view) | ❌ (use Channels for websockets) | |||
1616
| [starlette](/docs/integrations/starlette) |||||||
1717
| [aiohttp](/docs/integrations/aiohttp) |||||||
1818
| [flask](/docs/integrations/flask) |||||||

0 commit comments

Comments
 (0)