Changes between Initial Version and Version 1 of Ticket #36638, comment 2


Ignore:
Timestamp:
Oct 3, 2025, 11:14:17 AM (5 hours ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36638, comment 2

    initial v1  
    33You don't have to do the `Values` wrapping, passing `default=[]` works just fine.
    44
    5 `Value` wrapping is only necessary when passing a `str` literal as they default to field references instead of literals like any other Python literal does (`'field'` is equivalent `F('field')`)
     5`Value` wrapping is only necessary when passing a `str` literal as they default to field references (`'field'` is equivalent to `F('field')`) instead of value literals like any other Python literal does.
Back to Top