Changes between Initial Version and Version 1 of Ticket #27149, comment 7
- Timestamp:
- Dec 29, 2016, 9:50:07 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27149, comment 7
initial v1 1 1 For what it's worth, I have a PR about this (thanks to whoever pointed this issue out). 2 2 3 However, there is still one outstanding issue related to using .filter(foo__in=SubQuery(...))3 However, there is still one outstanding issue related to using `.filter(foo__in=SubQuery(...))` 4 4 5 5 Feel free to jump in with suggestions about how to resolve it at https://github.com/django/django/pull/6478