Re: pending triggers error with 'manage.py migrate'

2017-06-12 Thread Daniel Axtens
Hi Aaron, > I'm trying to upgrade an older patchwork instance I have, and it seems > to be failing when I do a 'migrate' with the specific error: > > django.db.utils.OperationalError: cannot ALTER TABLE "patchwork_series" > because it has pending trigger events Thanks so much for testing this -

Re: pending triggers error with 'manage.py migrate'

2017-06-12 Thread Aaron Conole
Hi Stephen, Stephen Finucane writes: > On Mon, 2017-06-12 at 12:53 -0400, Aaron Conole wrote: >> I'm trying to upgrade an older patchwork instance I have, and it seems >> to be failing when I do a 'migrate' with the specific error: >> >> django.db.utils.OperationalError: cannot ALTER TABLE >> "

Re: pending triggers error with 'manage.py migrate'

2017-06-12 Thread Stephen Finucane
On Mon, 2017-06-12 at 12:53 -0400, Aaron Conole wrote: > I'm trying to upgrade an older patchwork instance I have, and it seems > to be failing when I do a 'migrate' with the specific error: > > django.db.utils.OperationalError: cannot ALTER TABLE "patchwork_series" > because it has pending > tri

pending triggers error with 'manage.py migrate'

2017-06-12 Thread Aaron Conole
I'm trying to upgrade an older patchwork instance I have, and it seems to be failing when I do a 'migrate' with the specific error: django.db.utils.OperationalError: cannot ALTER TABLE "patchwork_series" because it has pending trigger events I've made sure to update django-filter and django-filt