This release updates the `GenericAlert` in the broker interface to return extras and aliases in the `to_target()` method. It also adds a management command, `setdefaultextras.py`, that will ensure all `Targets` have an entry for the specified `TargetExtra` with the value being the default value specified in `settings.py`.
1.11.0alpha.1
This release updates the `GenericAlert` class to return a dict of `TargetExtra` data and a list of `TargetName` values, and updates the view to save those for any alerts saved as `Target`s.
1.10.1
Not secure
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.