Changes between Initial Version and Version 1 of Ticket #36934, comment 4


Ignore:
Timestamp:
Feb 19, 2026, 8:27:28 AM (3 weeks ago)
Author:
Jacob Walls

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36934, comment 4

    initial v1  
    88> BuiltinLookup.as_sql (and YearLookup.as_sql) really needs to handle tuple params from process_lhs.
    99
    10 Sorry, it's not obvious to me. `BuiltinLookup.as_sql` returns a list of params in Django 6.0. Where is a tuple returned? From a custom lookup? (I'm begging someone to show me.)
     10Sorry, it's not obvious to me. `BuiltinLookup.process_lhs` returns a list of params in Django 6.0. Where is a tuple returned? From a custom lookup? (I'm begging someone to show me.)
Back to Top