Trim querystring from reverse outcome.

This commit is contained in:
Aaron Tan
2017-06-26 17:11:35 -04:00
parent 70c11879a4
commit 1a75b1836e
2 changed files with 23 additions and 2 deletions

View File

@@ -285,7 +285,8 @@ REST_FRAMEWORK = {
'VIEW_NAME_FUNCTION': 'awx.api.generics.get_view_name',
'VIEW_DESCRIPTION_FUNCTION': 'awx.api.generics.get_view_description',
'NON_FIELD_ERRORS_KEY': '__all__',
'DEFAULT_VERSION': 'v2'
'DEFAULT_VERSION': 'v2',
#'URL_FORMAT_OVERRIDE': None,
}
AUTHENTICATION_BACKENDS = (