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 29789,Support nested relations in FilteredRelation's condition,Thomas Riccardi,Matt Ferrante,"As the documentation explains, FilteredRelation's condition do not support nested relations: {{{ >>> Restaurant.objects.annotate( ... pizzas_with_toppings_startswith_n=FilteredRelation( ... 'pizzas__toppings', ... condition=Q(pizzas__toppings__name__startswith='n'), ... ), ... ) Traceback (most recent call last): ... ValueError: FilteredRelation's condition doesn't support nested relations (got 'pizzas__toppings__name__startswith'). }}} It would be great to support nested relations in FilteredRelation's condition (I encountered this limitation multiple times recently).",New feature,closed,"Database layer (models, ORM)",dev,Normal,fixed,FilteredRelation nested relations,Nicolas Delaby Reupen Shah Alex Scott,Ready for checkin,1,0,0,0,0,0