Changes between Version 1 and Version 8 of Ticket #34589
- Timestamp:
- May 22, 2023, 9:06:03 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34589
- Property Resolution → invalid
- Property Status new → closed
- Property Keywords 4.1 added
-
Ticket #34589 – Description
v1 v8 1 I need to find trips that are not `trip__method__title=ShippingChoice.ORGANIZATION` 2 my code is like this: 1 There is a problem on exclude. you can not use nested ForeignKey. I tested on 4.2.1 and 4.1. 2 for example if you need to find trips that are not `trip__method__title=ShippingChoice.ORGANIZATION` 3 Here is the code: 3 4 4 5 {{{ … … 14 15 }}} 15 16 16 I forced to use a big list on filter instead to use the exclude. my code islike this:17 So you are forced to use a big list on filter instead to use the exclude. like this: 17 18 18 19 {{{ … … 28 29 29 30 }}} 31 the objects.exclude bug need to fix