Changes between Initial Version and Version 1 of Ticket #30841, comment 13
- Timestamp:
- Oct 8, 2019, 1:58:00 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30841, comment 13
initial v1 2 2 3 3 Attached diff fixes also issue with passing a `F()` expression. 4 5 {{{ 6 def as_sql(self, compiler, connection): 7 if not isinstance(self.rhs, bool): 8 raise RemovedInDjango40Warning(...) 9 .... 10 }}}