This release upgrades dependencies for bugfix releases of Django and django-extensions.
1.10.0
Not secure
This release addresses the following:
- Adds a Supernova Exchange-styled spectroscopic sequence observation form. - Adds an association between the user that submits an observation request and the resulting ObservationRecord. - Hides comments for targets that the user does not have permission to view, and hides them for unauthenticated users. - Sorts instrument and filter lists in the LCO observation form. - Fixes padding on the observation form.
This release requires a migration.
1.10.0alpha.2
This release does the following:
- Adds a Supernova Exchange-styled spectroscopic sequence observation form - Hides comments for targets that the user does not have permission to view, and obscures them for unauthenticated users - Sorts instrument and filter lists in the LCO observation form - Fixes padding on the observation form
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.