Release 1.4.0
Upgrading to this release will require the addition of TARGET_PERMISSIONS_ONLY
to your settings.py
. The value of TARGET_PERMISSIONS_ONLY
must be either True
or False
.
This release includes the following:
Features
- Addition of a finder chart widget to allow creation and saving of finder charts using the Aladin plugin
- Introduction of row-level permissions--TOM developers can either use permissions to control access to Targets and all their children, or control access to Targets, Observations, DataProducts, and ReducedDatums. For more information, see here.
- Addition of a templatetag for displaying an observation form for a single facility, in order to embed the form somewhere other than the standard observation submission page.
- Adds a stub for the Liverpool Telescope facility module.
- Adds a template tag for lunar distance from a target.
Bugfixes
- Fixes an issue with target export when no targets have aliases.