Django Just Got a Big Update!

Manpreet Singh
2 min readJul 19, 2022

Welcome back! Django is an awesome web development framework available for Python, if you’re new to Django, check out the link below to learn more about it:

Django just ended up getting a pretty big update, this is the release candidate version of Django 4.1! You can check out their entire release log of this update below:

https://docs.djangoproject.com/en/4.0/releases/4.1/

Now, let’s take a look at some of these changes!

Asynchronous Handlers

This new update to Django now allows us to define async HTTP handlers!

Constraint Validations

We also have some updates with constraint validations as well!

Minor Updates

There have also been a few minor updates within Django as well!

--

--

Manpreet Singh
Manpreet Singh

No responses yet