Django-DB-Migrations: cannot ALTER TABLE because it has pending trigger events

Another reason for this maybe because you try to set a column to NOT NULL when it actually already has NULL values.

Leave a Comment