Support chaining `QuerySet.in_bulk()` after `.values()` or `.values_list()`
Per new-features#74 , supporting values()
/values_list()
to be chained with in_bulk()
would allow fetching limited columns while obeying database parameter limits. The implementation for #28586 would benefit from it, at least.
#35690 improved the error message for these currently-unsupported cases, but also had an associated PR trying to add support: https://github.com/django/django/pull/18497 . We can revive this PR and finish it off.
Change History
(6)
Triage Stage: |
Unreviewed → Accepted
|
Patch needs improvement: |
set
|
Patch needs improvement: |
unset
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
In 1820d35: