Activity log for bug #1252445

Date Who What changed Old value New value Message
2013-11-18 19:56:14 Andrew Starr-Bochicchio bug added bug
2013-11-18 19:58:24 Andrew Starr-Bochicchio description execute_manager was put on the deprecation path as part of the project layout refactor in Django 1.4 https://docs.djangoproject.com/en/1.4/releases/1.4/#django-core-management-execute-manager. Per the deprecation policy that means that the code for execute_manager has been completely removed in 1.6. django-openid-auth still uses it though. django-openid-auth fails to build with django 1.6 in Debian: | debian/rules override_dh_auto_test | make[1]: Entering directory `/«PKGBUILDDIR»' | set -e; \ | for python in python2.7; do \ | PYTHONPATH="." $python example_consumer/manage.py test --settings=example_consumer.settings django_openid_auth ; \ | done | Traceback (most recent call last): | File "example_consumer/manage.py", line 2, in <module> | from django.core.management import execute_manager | ImportError: cannot import name execute_manager | make[1]: *** [override_dh_auto_test] Error 1 execute_manager was put on the deprecation path as part of the project layout refactor in Django 1.4 https://docs.djangoproject.com/en/1.4/releases/1.4/#django-core-management-execute-manager. Per the deprecation policy that means that the code for execute_manager has been completely removed in 1.6. django-openid-auth still uses it in the example_consumer. django-openid-auth fails to build with django 1.6 in Debian: | debian/rules override_dh_auto_test | make[1]: Entering directory `/«PKGBUILDDIR»' | set -e; \ | for python in python2.7; do \ | PYTHONPATH="." $python example_consumer/manage.py test --settings=example_consumer.settings django_openid_auth ; \ | done | Traceback (most recent call last): | File "example_consumer/manage.py", line 2, in <module> | from django.core.management import execute_manager | ImportError: cannot import name execute_manager | make[1]: *** [override_dh_auto_test] Error 1
2013-11-19 14:28:40 Andrew Starr-Bochicchio bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729828
2013-11-19 14:28:40 Andrew Starr-Bochicchio bug task added django-openid-auth (Debian)
2013-11-19 14:45:16 Launchpad Janitor branch linked lp:~andrewsomething/django-openid-auth/1252445
2013-11-19 15:31:29 Bug Watch Updater django-openid-auth (Debian): status Unknown Confirmed
2013-11-19 18:40:58 Luke Faraone bug task added django-openid-auth (Ubuntu)
2013-11-19 18:41:05 Luke Faraone django-openid-auth (Ubuntu): importance Undecided Low
2013-11-19 18:41:09 Luke Faraone django-openid-auth (Ubuntu): status New Triaged
2013-11-19 18:41:28 Luke Faraone django-openid-auth: status New Confirmed
2014-02-06 18:18:30 Andreas Moog tags ftbfs trusty
2014-02-06 18:18:44 Andreas Moog django-openid-auth (Ubuntu): importance Low High
2014-02-22 22:22:40 Launchpad Janitor branch linked lp:debian/django-openid-auth
2014-02-22 23:46:34 Launchpad Janitor django-openid-auth (Ubuntu): status Triaged Fix Released
2014-02-22 23:56:59 Launchpad Janitor branch linked lp:ubuntu/django-openid-auth
2014-02-23 08:06:57 Bug Watch Updater django-openid-auth (Debian): status Confirmed Fix Released
2014-04-22 19:35:49 Fabián Ezequiel Gallina branch linked lp:~fgallina/django-openid-auth/example-consumer-fixes
2014-04-22 20:09:13 Fabián Ezequiel Gallina django-openid-auth: status Confirmed Fix Committed