sahara-dashboard/sahara_dashboard/content
Thomas Goirand 55d1f00aa5 [Django 1.9] request.REQUEST is gone
This patch replaces request.REQUEST by request.GET, request.POST or by
their merge (merge is needed because in some cases the request
contains valuable information in both GET and POST methods
simultaneously), as the former doesn't exist anymore in Django 1.9.
This fixes numerous unit test issues in Debian Sid: from 21 errors
1 failure, to 3 errors and 3 failures.

Co-Authored-By: Michael Ionkin <mionkin@mirantis.com>
Closes-Bug: #1560270
Change-Id: Ie0784379895350f6dbfc03949b3473d5171df33b
2016-03-24 17:45:34 +03:00
..
data_processing [Django 1.9] request.REQUEST is gone 2016-03-24 17:45:34 +03:00
__init__.py Excising Sahara content from Horizon 2015-11-30 16:40:44 -07:00