Changes between Initial Version and Version 1 of Ticket #32684
- Timestamp:
- Apr 24, 2021, 9:15:52 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32684 – Description
initial v1 19 19 20 20 I'm also not aware of a way to fix this. I tried `persons1.filter(~Q(current_location=location.id))`, but the result is the same. 21 22 NOTE: the location.id is a UUID, not sure if that makes a difference though.