Changes between Version 1 and Version 2 of Ticket #36638, comment 2
- Timestamp:
- Oct 3, 2025, 11:14:29 AM (3 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36638, comment 2
v1 v2 1 1 > You can use `default=Value([])` if you prefer. 2 2 3 You don't have to do the `Value s` wrapping, passing `default=[]` works just fine.3 You don't have to do the `Value` wrapping, passing `default=[]` works just fine. 4 4 5 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.