Ticket #14423: 14423_trunk.diff

File 14423_trunk.diff, 576 bytes (added by PhiR_42, 14 years ago)

patch for trunk

  • query.py

     
    10821082                            entry.negate()
    10831083                            self.where.add(entry, AND)
    10841084                            break
    1085                 elif not (lookup_type == 'in'
     1085                if not (lookup_type == 'in'
    10861086                            and not hasattr(value, 'as_sql')
    10871087                            and not hasattr(value, '_as_sql')
    10881088                            and not value) and field.null:
Back to Top