﻿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
26153	Allow get_extra_descriptor_filter to return Q-objects	Anssi Kääriäinen	nobody	"In django 1.8 it was possible to return Q-objects from ForeignObject.get_extra_descriptor_filter(). In Django 1.9 the return value must be a dictionary.

The problem is that in Django 1.9 it is impossible to return an OR combined condition. While the get_extra_descriptor_filter() is private API I'd like to maintain the ability to return Q-objects. This is straightforward patch with little regression risks."	Bug	closed	Database layer (models, ORM)	1.9	Normal	fixed			Accepted	1	0	0	0	0	0
