Fulllancers Team
11-15-2023
Django now supports psycopg version 3.1.8 or higher.
The new Field.db_comment and Meta.db_table_comment options allow creating comments on columns and tables, respectively.
GZipMiddleware now includes a mitigation for the BREACH attack.
The new django.core.files.storage.InMemoryStorage class provides a non-persistent storage useful for speeding up tests by avoiding disk access.
The new STORAGES setting allows configuring multiple custom file storage backends.