What’s New in Django 4.2

Fulllancers Team

11-15-2023

1. Psycopg 3 support

Django now supports psycopg version 3.1.8 or higher.

Hire Django Developers

2. Comments on columns and tables

The new Field.db_comment and Meta.db_table_comment options allow creating comments on columns and tables, respectively.

Hire Django Developers

3. Mitigation for the BREACH attack

GZipMiddleware now includes a mitigation for the BREACH attack.

Hire Django Developers

4. In-memory file storage

The new django.core.files.storage.InMemoryStorage class provides a non-persistent storage useful for speeding up tests by avoiding disk access.

Hire Django Developers

5. Custom file storage

The new STORAGES setting allows configuring multiple custom file storage backends.

Hire Django Developers