You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Further testing shows this only occurs when my I use Cython to compile my project. If I leave the .py files in place it works. When I compile with Cython I get .so files for each .py file. The .py files can then be removed and the project still works. If I remove the .so file admin.py and restore admin.py it works.
Getting this message when doing a mass edit. Things were working some time back but have updated Django and a bunch of other stuff.
save_model() takes exactly 5 positional
I have overridden the save model in both the models.py and admin.py and even when I comment them out I still get the error.
The text was updated successfully, but these errors were encountered: