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


Ignore:
Timestamp:
Nov 14, 2019, 2:44:19 PM (4 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30484, comment 4

    initial v1  
    22
    33Wouldn't `CheckConstraint(Func('a,' 'b', 'c', function='num_nonnulls'))` work once support for expression is added in #30916?
     4
     5Actually 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`.
Back to Top