Superevents
Compare changes
Files
2- Tanner Prestegard authored
New CommaSeparatedOrListField type which accepts a comma-separated string (and splits it into a list) or a list input. Useful for handling input from the web interface as well as from the Python client in either form.
+ 27
− 0
@@ -37,3 +42,25 @@ class ParentObjectDefault(CustomHiddenDefault):