Changes between Version 2 and Version 3 of Ticket #26071


Ignore:
Timestamp:
Jan 11, 2016, 11:01:27 AM (8 years ago)
Author:
Alberto Avila
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26071 – Description

    v2 v3  
    11When making a IN filter expression inside a conditional case expression django crashes with the following exception:
    22
    3  AttributeError: 'SubqueryConstraint' object has no attribute 'lhs'
     3{{{ AttributeError: 'SubqueryConstraint' object has no attribute 'lhs' }}}
    44
    55The stacktrace looks like:
Back to Top