Bump django-htmx from 1.18.0 to 1.19.0
Bumps django-htmx from 1.18.0 to 1.19.0.
Changelog
Sourced from django-htmx's changelog.
1.19.0 (2024-08-05)
Add :func:
django_htmx.http.replace_url()
for setting theHX-Replace-URL
header.Thanks to Bogumil Schube in
PR [#396](https://github.com/adamchainz/django-htmx/issues/396) <https://github.com/adamchainz/django-htmx/pull/396>
__.Add
select
parameter to :class:.HttpResponseLocation
.Thanks to Nikola Anović in
PR [#462](https://github.com/adamchainz/django-htmx/issues/462) <https://github.com/adamchainz/django-htmx/pull/462>
__.Add documentation notes under :class:
.HtmxMiddleware
, covering setting theVary
header for caching and type hintingrequest.htmx
.
Commits
-
3dd9273
Version 1.19.0 -
0d4aeb5
Improve new middleware docs a bit more (#470) -
34a5f22
Add note about making things easier (#469) -
75e2493
Upgrade example project dependencies (#468) -
7cb088a
Improve Vary header documentation note (#467) -
3190915
Add hint about request.htmx type hint (#466) -
9d20749
Document setting Vary header when using request.htmx (#464) -
031dd13
Improve HttpResponseLocation changelog note -
c8ac326
Add replace_url() (#396) -
32ab7ae
Fix render() examples in documentation (#463) - Additional commits viewable in compare view