Release 2.19.5
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:
- add
'django_htmx'
to yourINSTALLED_APPS
- add
'django_htmx.middleware.HtmxMiddleware'
to yourMIDDLEWARE
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
- do not export pointer keys for csv files by @jchate6 in #1001
- 742a htmx for name select choice field by @phycodurus in #1004
- 742 manually link two targets as the same target and merge namesdatasets by @sglasberg in #1008
- Bump factory-boy from 3.3.0 to 3.3.1 by @dependabot in #1016
- Bump fits2image from 0.4.7 to 0.4.8 by @dependabot in #1014
- update LCO facility coordinates by @jchate6 in #1018
- Bump specutils from 1.15.0 to 1.16.0 by @dependabot in #1009
- Bump django from 4.2.14 to 4.2.15 by @dependabot in #1006
- Bump flake8 from 7.1.0 to 7.1.1 by @dependabot in #1003
- Bump coverage from 7.6.0 to 7.6.1 by @dependabot in #1002
- Bump plotly from 5.22.0 to 5.23.0 by @dependabot in #994
- Bump django-crispy-forms from 2.2 to 2.3 by @dependabot in #992
- Bump astroplan from 0.10 to 0.10.1 by @dependabot in #1013
- Bump django-filter from 24.2 to 24.3 by @dependabot in #999
- Bump markdown from 3.6 to 3.7 by @dependabot in #1020
- Updated name of config for single target data services by @rachel3834 in #1021
- add note to merge table by @jchate6 in #1024
- update permission references by @jchate6 in #1022
Full Changelog: 2.19.4...2.19.5