Reviewed: https://review.openstack.org/268076 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=e44c17a6e8dd16ff5caf2048ce3381b6ac1a41bd Submitter: Jenkins Branch: master
commit e44c17a6e8dd16ff5caf2048ce3381b6ac1a41bd Author: Thomas Goirand <[email protected]> Date: Fri Jan 15 11:00:01 2016 +0000 [Django 1.9] Do not use TemplateDoesNotExist from Django TemplateDoesNotExist was removed from Django 1.9. This is a trivial class which exists only to raise exception, and which can easily be redefined in our code. Change-Id: I593864d7e6e97f9244fd2b0717351136b6547323 Closes-Bug: #1534553 Co-Authored-By: Rob Cresswell <[email protected]> Partially-Implements: blueprint drop-dj17 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1534553 Title: [Django 1.9] uses TemplateDoesNotExist Status in OpenStack Dashboard (Horizon): Fix Released Bug description: Horizon uses the TemplateDoesNotExist which was removed from Django 1.9 To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1534553/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

