horizon/horizon/test
Rob Cresswell d27528e831 Fix compatibility issues with Django 1.10
Required modifying our URL pattern decorator to
be compatible with the slightly different callback
attribute mechanism in 1.10

Modified breadcrumb structures to always be 2-tuples
as tuple unpacking is now strictly enforced in 1.10

Also made the following things changed in Django 1.10.
- fixed the now-deprecated TEMPLATE_DEBUG.
- Caught up with Request context change
- SimpleTestCase.urls is removed in 1.10.
  ROOT_URLCONF needs to be used instead.

Co-Authored-By: Richard Jones <r1chardj0n3s@gmail.com>
Co-Authored-By: Akihiro Motoki <motoki@da.jp.nec.com>
Change-Id: I59cbd8bff117813258539ed0724fe89a9f5b77ee
Implements: blueprint dj110
(cherry picked from commit 3488ab3d40)
2016-09-23 11:33:15 +00:00
..
customization Fixed typos in comment for renaming dashboard 2015-09-08 18:05:02 +05:30
dummy_auth Fix horizon/test selenium tests for Django 1.8 2015-09-30 16:41:30 +10:00
jasmine Applying auto-file-discovery partially 2015-06-29 16:04:14 -06:00
messages Add message of the day option 2016-01-22 11:31:36 -08:00
templates Horizon Checkboxes are now themeable. 2016-03-02 19:17:09 -07:00
test_dashboards Update URLs to Django 1.8+ style 2016-03-28 11:03:08 +01:00
tests Merge "Replace table row 'status_unknown' class with 'warning' class" 2016-09-14 22:31:38 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
firefox_binary.py Multiple integration test fixes 2016-09-23 11:32:25 +00:00
helpers.py Merge the two webdrivers 2016-01-30 11:54:19 +00:00
settings.py Fix compatibility issues with Django 1.10 2016-09-23 11:33:15 +00:00
test_hacking.py Eliminate mutable default arguments 2015-12-17 09:58:46 +00:00
urls.py [Django 1.10] Fix urls.url wrong call 2016-08-04 19:09:05 +00:00
utils.py Fix horizon/test selenium tests for Django 1.8 2015-09-30 16:41:30 +10:00
webdriver.py Remove unused LOG 2016-07-11 02:30:19 +00:00