Support orm transactions in django async mode as GSoC project

Hi everyone,

I’m Parfait, a software engineer who has been working with Django for about five years. Recently, I’ve been using Django’s async features extensively (mainly at the view and ORM levels), and I noticed that transactions are not currently supported in async mode.

I believe transactions are an important feature, and as more developers adopt async Django, this limitation becomes important.

I’m interested in contributing toward adding support for transactions in async mode. I’ve already started exploring possible approaches and have some ideas on how this could be implemented, although I’d definitely appreciate feedback to ensure the design aligns with Django’s architecture.

I’d also like to explore working on this as part of GSoC, if that’s a possibility. Do you think this would be a feasible project ?

Thanks.

1 Like