﻿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
15103	Django 1.2.4 breaks limit_choices_to for raw_id_fields	Niran Babalola	nobody	The security patch in Django 1.2.4 assumes that all the fields that should be filtered on have been chosen to display as filters in the sidebar of the list view for the model in the admin. However, filters can also result from using `limit_choices_to` on a field that is displayed as a `raw_id_field`. If any fields are present in `limit_choices_to` that aren't in `list_filters`, the admin will 500 on a `SuspiciousOperation` exception any time a user tries to open the window to select an item.		closed	contrib.admin	1.2		fixed	blocker regression send_mail email		Accepted	0	0	0	0	0	0
