Skip to content

Conversation

antonpirker
Copy link
Member

@antonpirker antonpirker commented Sep 20, 2022

Support for Django 4.0 and 4.1

Fixes #1335

@antonpirker antonpirker changed the title Django4 support feat(django): Django4 support Sep 20, 2022
@antonpirker antonpirker marked this pull request as ready for review September 28, 2022 14:26
@antonpirker
Copy link
Member Author

The only really new parts in Django 4 (more specifically 4.1) are async class based view and async ORM queries. Both of them I have tested and everything shows up in "Performance". So I think we are good to go.

One problem is there if you run Django in a ASGI server, but this is the same underlying issue as #1631 and #1595 (this problem has not yet surfaced in Django because most people use Django in a sync way.)

This problem will be handled here: #1646

@antonpirker antonpirker enabled auto-merge (squash) September 30, 2022 14:10
@antonpirker antonpirker merged commit 932350e into master Sep 30, 2022
@antonpirker antonpirker deleted the antonpirker/1335-djang4-support branch September 30, 2022 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make DjangoIntegration support Django 4.0 & 4.1
2 participants