Extend validator blacklist

This commit is contained in:
Raphael Michel
2017-06-19 17:47:13 +02:00
parent 6ae5c5e6ce
commit 02d2b88a54

View File

@@ -29,7 +29,8 @@ class EventSlugBlacklistValidator(BlacklistValidator):
'jsi18n',
'metrics',
'_global',
'__debug__'
'__debug__',
'api',
]
@@ -47,5 +48,6 @@ class OrganizerSlugBlacklistValidator(BlacklistValidator):
'metrics',
'_global',
'__debug__',
'about'
'about',
'api',
]