﻿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
34129	Admin list_editable failed to edit	Djing	Djing	"1. I have two **Manager** for my **Model**, one shows only valid items and another one shows all items, and then I change the model's **default manager** to the previous one which shows only valid items.
2. I inherit the **ModelAdmin** and rewrite **get_queryset** method to make the queryset use the manager which shows all items.
3. Add **valid** field to the **list_editable**.
4. Here comes the bug. When all items are valid, it's ok and I can change item to invalid(valid=False) and save. But once there is an invalid item,  you can't edit it anymore. It just shows ""Please correct the error below"" whithout any other message."	Bug	closed	contrib.admin	3.2	Normal	duplicate		Djing	Unreviewed	0	0	0	0	0	0
