Changes between Version 2 and Version 3 of Ticket #26071
- Timestamp:
- Jan 11, 2016, 11:01:27 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26071 – Description
v2 v3 1 1 When making a IN filter expression inside a conditional case expression django crashes with the following exception: 2 2 3 AttributeError: 'SubqueryConstraint' object has no attribute 'lhs' 3 {{{ AttributeError: 'SubqueryConstraint' object has no attribute 'lhs' }}} 4 4 5 5 The stacktrace looks like: