Change experiments.FileType.regex to a text field so it can be arbitrarily long.
authorDiane Trout <diane@ghic.org>
Wed, 22 Jan 2014 23:54:12 +0000 (15:54 -0800)
committerDiane Trout <diane@ghic.org>
Tue, 10 Jun 2014 23:40:48 +0000 (16:40 -0700)
commit5ca8a322e423986bdbfb840e2becc5221965698e
tree10081047602ce9165b46f3e162f685affcd04ae2
parent5e6b210f40ae2729a0938569199dc39ec7796cb9
Change experiments.FileType.regex to a text field so it can be arbitrarily long.

Also add a "regex_is_valid" computed value to the list view to help
make it easier to find broken regex's.

Also configure the admin edit form for FileType.
htsworkflow/frontend/experiments/admin.py
htsworkflow/frontend/experiments/migrations/0003_auto__chg_field_filetype_regex.py [new file with mode: 0644]
htsworkflow/frontend/experiments/models.py