[Answer]-Error in modelformset_factory : matching query does not exist

1👍

This exception occurs because of some errors in the referential integrity of my DB. I had to clean it up first in order to have the modelformset_factory working.

Thanks to PeterDeGlopper ! After that, the rendering slowness of the modelform_factory came from an over complex unicode model method.

Leave a comment