Tomtoolkit

Latest version: v2.18.4

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

Scan your dependencies

Page 17 of 25

1.10.0alpha.1

This release adds an association between the user that submits an observation request and the resulting ObservationRecord. The release requires `./manage.py migrate` to be run.

1.9.0

Not secure
This release adds a new LCO observation form modeled after one found in the Supernova Exchange, the Photometric Sequence form. It provides an interface for submitting cadenced, multifilter observations.

1.9.0alpha.2

This is a pre-release for a new LCO observation form modeled after one found in the Supernova Exchange, the Photometric Sequence form. It provides an interface for submitting cadenced, multifilter observations. It is identical to 1.9.0-alpha.1, save for a small bugfix in the observation form for non-sidereal targets.

1.9.0alpha.1

This is a pre-release for a new LCO observation form modeled after one found in the Supernova Exchange, the Photometric Sequence form. It provides an interface for submitting cadenced, multifilter observations.

1.8.1

Not secure
This release updates and pins most dependencies to their latest versions.

1.8.0

Not secure
This release adds Django Rest Framework support for select endpoints for Targets and DataProducts. It also fixes an issue with Targets not being linked to on comments.

Please note, in order to avoid breaking your TOM when upgrading, you'll need to add the following to your `settings.py`:

- Add ``LOGIN_URL = '/accounts/login/'``, preferably just above ``LOGIN_REDIRECT_URL``.
- Add `rest_framework` to your `settings.INSTALLED_APPS`.
- Add the following property, which can be configured as:


REST_FRAMEWORK = {
'DEFAULT_PERMISSION_CLASSES': [
],
'TEST_REQUEST_DEFAULT_FORMAT': 'json',
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination',
'PAGE_SIZE': 100
}

Page 17 of 25

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.