File python-django-htmx.changes of Package python-django-htmx
-------------------------------------------------------------------
Sat Apr 4 11:15:58 UTC 2026 - ecsos <ecsos@opensuse.org>
- Update to version 1.27.0:
- Drop Python 3.9 support.
- Fix CSP nonce support in the template tags when they’re the first use of csp_nonce.
PR #572.
- Update to version 1.26.0:
- The django-htmx extension script now displays responses with status codes 400 (bad request)
and 403 (forbidden), like the existing support for codes 404 and 500.
This change can help you debug
Issue #521.
- Add reselect() to set the HX-Reselect header.
Issue #559.
- Improve typing of reswap() to only accept valid HTMX swap methods.
PR #555.
- Prevent HttpResponseClientRedirect from being called with preserve_request=True,
which was added to redirect responses in Django 5.2.
It doesn’t make sense in the context of a client-side redirect, which always
returns a status code of 200, and would crash anyway.
Issue #517.
- Update to version 1.25.0:
- Support Django 6.0.
- Add Content Security Policy (CSP) nonce support to the template tags.
Issue #542.
- Update to version 1.24.1:
- Upgrade the vendored htmx to version 2.0.7.
- Update to version 1.24.0:
- Support Python 3.14.
- Fix crashes in the extension script for custom error pages.
Issue #546.
-------------------------------------------------------------------
Fri Sep 19 20:22:30 UTC 2025 - Misha Komarovskiy <zombah@gmail.com>
- Update to version 1.23.2:
* Support Django 5.2.
* Upgrade the vendored htmx to version 2.0.6.
* Drop Django 3.2 to 4.1 support.
* Drop Python 3.8 support.
* Support Python 3.13.
-------------------------------------------------------------------
Thu Jul 11 00:24:09 UTC 2024 - Misha Komarovskiy <zombah@gmail.com>
- add setuptools to specfile
-------------------------------------------------------------------
Thu Jul 11 00:19:57 UTC 2024 - Misha Komarovskiy <zombah@gmail.com>
- fix source in specfile
-------------------------------------------------------------------
Thu Jul 11 00:14:31 UTC 2024 - Misha Komarovskiy <zombah@gmail.com>
- Update to version 1.18.0
* Support Django 5.1.
-------------------------------------------------------------------
Tue Dec 13 04:01:39 UTC 2022 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Initial package