Skip to content

Bump django-htmx from 1.18.0 to 1.19.0

HIFIS Bot requested to merge dependabot/pip/django-htmx-1.19.0 into master

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 the HX-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 the Vary header for caching and type hinting request.htmx.

Commits

Merge request reports

Loading