Using clean() in your Django models post migration from a legacy stack
If you're migrating an application from another stack where foreign keys were not enforced in the database and the some of the rows' foreign key fields have values as 0, then these would cause issues in the new application where the framework has str...
anjanesh.dev2 min read