﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
20970	Related fields docs improvements	Anssi Kääriäinen	Matthew Rich	"The docs at https://docs.djangoproject.com/en/dev/ref/models/relations/ say that ""In the example above, e.save() is called to perform the update."" However, the example above doesn't contain .save() call at all.

In addition it might be worth it to note that all of the methods apply the change to the database instantly.

Still, I don't see a mention of direct association, that is e.entry_set = some_list. This is often the fastest way to update a relationship.

Creating separate patches for these issues might be better than doing them all in one go."	Cleanup/optimization	closed	Documentation	dev	Normal	fixed	afraid-to-commit	matthew@…	Accepted	1	0	0	0	1	0
