Django form with m2m relationship not saving
Django form with m2m relationship not saving Question: I have a form where I want request.user to populate as little as possible and rely on the views to populate other fields automatically. As a result, some of these fields are not rendered on the form. The code in my view seems to work fine for …