Top
image credit: Unsplash

Django 4.0 adds Redis database caching

December 8, 2021

Via: InfoWorld

Django 4.0 has just been released, centering on capabilities in database caching and forms customization for the Python web framework.

A new Redis cache back end offers built-in support for caching with the Redis in-memory database. Users will need a Redis server running either locally or on a remote machine. Python bindings for Redis also will be needed.

Also in Django 4.0, easier customizing is offered for Forms, Formsets, and ErrorList, which are now rendered using the template engine. Released December 7, Django 4.0 can be installed with the pip package installer for Python:

Read More on InfoWorld