diff --git a/migrations/6-last-update.sql b/migrations/6-last-update.sql index 779b815697..6a6c41811d 100644 --- a/migrations/6-last-update.sql +++ b/migrations/6-last-update.sql @@ -32,7 +32,7 @@ FROM addons a INNER JOIN versions v ON (a.id=v.addon_id) INNER JOIN files f ON (v.id=f.version_id) WHERE - a.status != 4 + a.status IN (0,1,2,3,5,7) GROUP BY a.id ); diff --git a/requirements-prod.txt b/requirements-prod.txt index e8d9f2df0e..96b65e096f 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -10,3 +10,4 @@ south -e git://github.com/jbalogh/django-cache-machine.git#egg=django-cache-machine -e git://github.com/jbalogh/jingo.git#egg=jingo -e git://github.com/jsocol/bleach.git#egg=bleach +-e git://github.com/jbalogh/schematic.git#egg=schematic diff --git a/requirements.txt b/requirements.txt index d65fe2dbae..79d58b62ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,6 @@ Sphinx==0.6.3 -e git://github.com/jbalogh/check.git#egg=check -e git://github.com/robhudson/django-debug-toolbar.git#egg=django_debug_toolbar -e git://github.com/jbalogh/django-debug-cache-panel#egg=cache_panel --e git://github.com/jbalogh/schematic.git#egg=schematic -e git://github.com/django-extensions/django-extensions.git#egg=django_extensions -e git://github.com/dcramer/django-devserver.git#egg=django_devserver werkzeug