Skip to content

Release 2.19.5

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 22:58
1da554c

New: Target Merging

There is now an option on the Target list page to Merge two targets. This will take two selected targets and combine them into a single target.
In order to use this functionality, however, you need to update your settings.py in the following ways:

  1. add 'django_htmx' to your INSTALLED_APPS
  2. add 'django_htmx.middleware.HtmxMiddleware' to your MIDDLEWARE

As we begin to add more HTMX to TOMToolkit, these settings will get more important for use of the toolkit as a whole.

What else has Changed

Full Changelog: 2.19.4...2.19.5