Package: trove-dashboard / 7.0.0-3

Metadata

Package Version Patches format
trove-dashboard 7.0.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
removed failed test.patch | (download)

trove_dashboard/content/databases/tests.py | 22 0 + 22 - 0 !
1 file changed, 22 deletions(-)

 remove failed test
 This patch femoves test_resize_volume_bad_value() which fails in Debian.
Fix_Django_1.10_Compatibility.patch | (download)

tox.ini | 10 10 + 0 - 0 !
trove_dashboard/content/database_backups/urls.py | 6 2 + 4 - 0 !
trove_dashboard/content/database_clusters/urls.py | 6 2 + 4 - 0 !
trove_dashboard/content/database_configurations/tests.py | 28 18 + 10 - 0 !
trove_dashboard/content/database_configurations/urls.py | 6 2 + 4 - 0 !
trove_dashboard/content/databases/logs/urls.py | 15 5 + 10 - 0 !
trove_dashboard/content/databases/templates/databases/logs/_detail_log.html | 1 0 + 1 - 0 !
trove_dashboard/content/databases/templates/databases/logs/_log_contents.html | 1 0 + 1 - 0 !
trove_dashboard/content/databases/urls.py | 6 2 + 4 - 0 !
trove_dashboard/test/urls.py | 5 2 + 3 - 0 !
10 files changed, 43 insertions(+), 41 deletions(-)

 fix django 1.10 compatibility
 Fixes a number of django 1.9 and 1.10 issues.
 .
 Also adds test environments for both.