Fix handling of "alt=json-html" parameter to rest client
Signed-off-by: James Ren <[email protected]>
--- autotest/frontend/settings.py 2010-01-27 11:39:30.000000000 -0800
+++ autotest/frontend/settings.py 2010-01-27 11:39:30.000000000 -0800
@@ -93,6 +93,7 @@
'frontend.apache_auth.ApacheAuthMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.middleware.doc.XViewMiddleware',
+ 'frontend.shared.json_html_formatter.JsonToHtmlMiddleware',
)
ROOT_URLCONF = 'frontend.urls'
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest