Django just got a massive update!

Manpreet Singh
3 min readDec 7, 2021

Welcome back! Django is a very popular web framework for Python, if you’re new to this framework, check out the link below to learn more about it:

Today, a new version of Django got released, Django 4.0, so let’s talk about some of the best features with this new update. If you would like to check out their entire release log, check out the link below to access it:

Let’s take a look at some of the updates with Django 4.0!

Scrypt Password Hasher

This new version of Django bring the new scrypt password hasher, this is a more secure version for password handling than previous versions of Django, check out the link below to learn more about this:

--

--