Changes between Initial Version and Version 1 of Ticket #30484, comment 4
- Timestamp:
- Nov 14, 2019, 2:44:19 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30484, comment 4
initial v1 2 2 3 3 Wouldn't `CheckConstraint(Func('a,' 'b', 'c', function='num_nonnulls'))` work once support for expression is added in #30916? 4 5 Actually since `BooleanField` expression support was added to `filter` I _think_ it might actually already work on 3.0 by passing `output_field=BooleanField()` to `Func`.