Allow . and + in project names on dist-git

This commit is contained in:
Pierre-Yves Chibon 2017-10-04 22:11:57 +02:00
parent 6b0faf84c0
commit f3613487f7

View file

@ -262,4 +262,5 @@ ADMIN_API_ACLS = [
BLACKLISTED_GROUPS = ['forks', 'group']
PROJECT_NAME_REGEX = ^[a-zA-z0-9_][a-zA-Z0-9-_\.+]*$'