Member-only story
Django Got a Big Update
2 min readAug 4, 2022
Welcome back! Django is an awesome web framework for Python, if you’re new to this framework, check out the link below to learn more about it:
Django just got another big update, this is Django 4.1! If you want to see all of the changes within this update, here is a link to their release log:
Let’s take a look at some of the changes within this update!
Async Updates
This version of Django brings in some updates to the async interface to the ORM, this allows us to define async handles on class based views!