How to pass data between django views
问题 This questions addresses my question genearally, but I am looking for a more specific explanation. I would like a user to update a a group of model objects, however, the queryset for these objects will need to be retrieved first. My plan is to do this in two seperate URs/views, getting the query set info from the first, then displaying the model formset to be updated next. My first view gives a list of all the the "Project"s (One of my models), and retrieves the id of the project selected.