Path to this page:
Subject: CVS commit: pkgsrc/www/py-django-js-asset
From: Adam Ciarcinski
Date: 2025-01-27 12:58:40
Message id: 20250127115840.6B9ACFBE0@cvs.NetBSD.org
Log Message:
py-django-js-asset: updated to 3.0.1
3.0.1
- Made the ``id`` argument to ``JSON`` keyword-only. Also made the ``inline``
argument to ``CSS`` keyword-only.
3.0
- Rewrite the internals using dataclasses, drop compatibility with Django < 4.2
and Python < 3.10.
- Added a ``CSS`` and ``JSON`` class which can also be used with
``forms.Media``. It's recommended to pass them as JavaScript entries to
``forms.Media(js=[])`` because the ``js`` list doesn't use a media
dictionary.
- Added Django 5.1, Python 3.13.
Files: