Skip to content

Commit

Permalink
Fix sphinx-lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Oct 8, 2024
1 parent 746746e commit aefb9c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Changelog
1.19.0 (2024-08-05)
-------------------

* Add :func:`django_htmx.http.replace_url()` for setting the ``HX-Replace-URL`` header.
* 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/pull/396>`__.

Expand Down Expand Up @@ -70,17 +70,17 @@ Changelog
1.13.0 (2022-11-10)
-------------------

* Make the ``params`` argument of :func:`.trigger_client_event()` optional.
* Make the ``params`` argument of :func:`.trigger_client_event` optional.

Thanks to Chris Tapper in `PR #263 <https://github.com/adamchainz/django-htmx/pull/263>`__.

* Add :func:`django_htmx.http.push_url()` for setting the ``HX-Push-URL`` header.
* Add :func:`django_htmx.http.push_url` for setting the ``HX-Push-URL`` header.

Thanks to Chris Tapper in `PR #264 <https://github.com/adamchainz/django-htmx/pull/264>`__.

* Add :func:`django_htmx.http.reswap()` for setting the ``HX-Reswap`` header added in `htmx 1.8.0 <https://htmx.org/posts/2022-07-12-htmx-1.8.0-is-released/>`__.
* Add :func:`django_htmx.http.reswap` for setting the ``HX-Reswap`` header added in `htmx 1.8.0 <https://htmx.org/posts/2022-07-12-htmx-1.8.0-is-released/>`__.

* Add :func:`django_htmx.http.retarget()` for setting the ``HX-Retarget`` header added in `htmx 1.6.1 <https://htmx.org/posts/2021-11-22-htmx-1.6.1-is-released/>`__.
* Add :func:`django_htmx.http.retarget` for setting the ``HX-Retarget`` header added in `htmx 1.6.1 <https://htmx.org/posts/2021-11-22-htmx-1.6.1-is-released/>`__.

* Add :class:`.HttpResponseLocation` for sending a response with the ``HX-Location`` header.

Expand Down

0 comments on commit aefb9c6

Please sign in to comment.