rest_views/RunConfigViewSet: allow dots and dashes in url param
Django router by default excludes dot and dashes from the pattern it matches. Let's include them as there are runconfgs names that contain these characters.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Django router by default excludes dot and dashes from the pattern it matches. Let's include them as there are runconfgs names that contain these characters.