Tomtoolkit

Latest version: v2.24.2

Safety actively analyzes 724227 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 30

2.20.1

What's Changed
* Set user in facility before calling the get_form_classes_for_display. by bobeldering in https://github.com/TOMToolkit/tom_base/pull/1085
* update docs with a brief description of AnonymousUser by jchate6 in https://github.com/TOMToolkit/tom_base/pull/1053
* 767 new tom creation documentation by jchate6 in https://github.com/TOMToolkit/tom_base/pull/1063
* add constellation to Target detail page by jchate6 in https://github.com/TOMToolkit/tom_base/pull/1086

New Contributors
* bobeldering made their first contribution in https://github.com/TOMToolkit/tom_base/pull/1085

**Full Changelog**: https://github.com/TOMToolkit/tom_base/compare/2.20.0...2.20.1

2.20.0

What's Changed
* make broker settings consistent with docs by jchate6 in https://github.com/TOMToolkit/tom_base/pull/1067
* Update README.md by jchate6 in https://github.com/TOMToolkit/tom_base/pull/1054
* add cancel button on observation record detail page. by jchate6 in https://github.com/TOMToolkit/tom_base/pull/1052
* Bump crispy-bootstrap4 from 2024.1 to 2024.10 by dependabot in https://github.com/TOMToolkit/tom_base/pull/1065
* Add customizable class for formatting targets and datums into hermes … by jnation3406 in https://github.com/TOMToolkit/tom_base/pull/1068
* add function to retrieve facility form classes for display by jchate6 in https://github.com/TOMToolkit/tom_base/pull/1071


**Full Changelog**: https://github.com/TOMToolkit/tom_base/compare/2.19.7...2.20.0

2.19.7

What's Changed
* add integration point and BaseClass by jchate6 in https://github.com/TOMToolkit/tom_base/pull/1037
* Bump django-gravatar2 from 1.4.4 to 1.4.5 by dependabot in https://github.com/TOMToolkit/tom_base/pull/1035
* Bump django-bootstrap4 from 24.3 to 24.4 by dependabot in https://github.com/TOMToolkit/tom_base/pull/1046
* Bump cryptography from 42.0.8 to 43.0.1 by dependabot in https://github.com/TOMToolkit/tom_base/pull/1039
* Bump django from 4.2.15 to 4.2.16 by dependabot in https://github.com/TOMToolkit/tom_base/pull/1040
* Bump plotly from 5.23.0 to 5.24.1 by dependabot in https://github.com/TOMToolkit/tom_base/pull/1044
* add option for reduced data from Atlas by jchate6 in https://github.com/TOMToolkit/tom_base/pull/1050


**Full Changelog**: https://github.com/TOMToolkit/tom_base/compare/2.19.6...2.19.7

2.19.6

What's Changed
* add guiding to LCO imaging facility page by jchate6 in https://github.com/TOMToolkit/tom_base/pull/1012
* Handle merge condition before checking target lists by jchate6 in https://github.com/TOMToolkit/tom_base/pull/1032
* generalize single target data service data structure for AWS, etc. by jchate6 in https://github.com/TOMToolkit/tom_base/pull/1031


**Full Changelog**: https://github.com/TOMToolkit/tom_base/compare/2.19.5...2.19.6

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:

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


**Full Changelog**: https://github.com/TOMToolkit/tom_base/compare/2.19.4...2.19.5

2.19.5a2

What's Changed
* do not export pointer keys for csv files by jchate6 in https://github.com/TOMToolkit/tom_base/pull/1001
* 742a htmx for name select choice field by phycodurus in https://github.com/TOMToolkit/tom_base/pull/1004
* 742 manually link two targets as the same target and merge namesdatasets by sglasberg in https://github.com/TOMToolkit/tom_base/pull/1008


**Full Changelog**: https://github.com/TOMToolkit/tom_base/compare/2.19.5a1...2.19.5a2

Page 3 of 30

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.