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


Ignore:
Timestamp:
Aug 15, 2016, 11:21:56 PM (8 years ago)
Author:
Ian Foote

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27021, comment 2

    initial v1  
    1 I took a quick look at this and ran into circular import problems when setting {{{output_field=BooleanField()}}} or importing {{{Expression}}} (both from {{{django.db.models}}}).
     1I took a quick look at this and ran into circular import problems when setting {{{output_field=BooleanField()}}} or importing {{{Expression}}} (both from {{{django.db.models}}}). This will need some careful thought about how {{{WhereNode}}} and {{{Q}}} interact.
Back to Top