﻿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
9341	Adding a completely new item via raw_id_fields overwrites contents of the many-to-many field	dhancock@…	nobody	"Steps to reproduce:

{{{
Define a many-to-many field, use raw_id_fields for the admin.
Populate the field in the admin with one or more IDs.
In the admin, click its magnifying glass.
Click Add on the index page, and add one.
Click Save.
}}}

You're automatically returned to the admin page with ONLY the new ID showing up in the field. This behavior is great for most foreign keys, but for many-to-many fields, it risks losing previous entries."		closed	contrib.admin	1.0		fixed	raw_id_fields many-to-many		Accepted	0	0	0	0	0	0
