Skip to content

rest_views/RunConfigViewSet: allow dots and dashes in url param

Piotr Kira requested to merge runconfig_lookup into master

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.

Merge request reports