Path to this page:
Subject: CVS commit: pkgsrc/www/py-django-compressor
From: Adam Ciarcinski
Date: 2024-06-28 11:58:11
Message id: 20240628095811.41E1BFC74@cvs.NetBSD.org
Log Message:
py-django-compressor: updated to 4.5
v4.5 (2024-05-17)
- Officially support Python 3.12 (requires lxml 4.9.3 or higher)
- Drop support for Django versions before 4.2.
- Added support for Django 5.1
- Added new ``COMPRESS_STORAGE_ALIAS`` and \
``COMPRESS_OFFLINE_MANIFEST_STORAGE_ALIAS``
settings. These point to keys in Django's ``storages`` handler. If set by the
user, Compressor will use these storages, or otherwise will set a default
storage, given by ``COMPRESS_STORAGE`` and
``COMPRESS_OFFLINE_MANIFEST_STORAGE`` respectively on first access.
Files: