I\'m trying to use modelformset_factory with ListView to Update multiple rows in the model.
It works fine just subclassing the FormView, but I would like to pagenate it.<