Changes between Version 1 and Version 2 of Ticket #29297


Ignore:
Timestamp:
Apr 7, 2018, 1:05:20 PM (6 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29297

    • Property Resolutionneedsinfo
    • Property Status newclosed
  • Ticket #29297 – Description

    v1 v2  
    55    if all(self.query.alias_refcount[a] == 0 for a in self.query.alias_map):
    66SystemError: error return without exception set
    7 Exception ignored in: <generator object SQLCompiler.setup_query.<locals>.<genexpr> at 0x111aafe08>
    8 Traceback (most recent call last):
    9   File "/Users/boyeestudio/Projects/OutSource/env3/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 39, in <genexpr>
    10     if all(self.query.alias_refcount[a] == 0 for a in self.query.alias_map):
    11 SystemError: error return without exception set
    127}}}
Back to Top