I have recently migrated my project from python2 to python3 and it has hundreds of ForeignKey relations.
Using the solution to go line by line and add on_delete argument is not possible. What can be the alternate way of resolving this error?
I have tried editing the library where I can add the argument in the init function with a default value but it doesn't look like catching it sometimes.