Allow get_extra_descriptor_filter to return Q-objects
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.
Change History
(4)
Patch needs improvement: |
set
|
Triage Stage: |
Unreviewed → Accepted
|
Patch needs improvement: |
unset
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
In 353aecbf: