tag 822907 pending thanks Hello,
Bug #822907 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=openstack/horizon.git;a=commitdiff;h=b70d5b8 --- commit b70d5b870f4b838d059f8ed33b05e2a16544df02 Author: Ivan Udovichenko <iudoviche...@mirantis.com> Date: Fri Jun 3 15:20:03 2016 +0300 Get rid of django.utils.log.NullHandler class in local_settings.py diff --git a/debian/changelog b/debian/changelog index 1b281a5..a296ebe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -horizon (2:9.0.0-3) UNRELEASED; urgency=medium +horizon (2:9.0.0-3) unstable; urgency=medium [ Ondřej Nový ] * d/copyright: Changed source URL to https protocol @@ -7,6 +7,9 @@ horizon (2:9.0.0-3) UNRELEASED; urgency=medium * d/openstack-dashboard.{preinst,postinst,postrm}, openstack-dashboard-apache.{preinst,postinst,postrm}: - Pass the correct version to dpkg-maintscript-helper script. + * d/openstack-dashboard.postinst: + - Check if django.utils.log.NullHandler class is being used and + replace it with logging.NullHandler class if it is true. (Closes: #822907) [ Thomas Goirand ] * Horizon doesn't build with python-django-nose in Jessie, so increasing the