Changes between Initial Version and Version 1 of Ticket #29297
- Timestamp:
- Apr 7, 2018, 7:34:39 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29297
- Property Component Uncategorized → Database layer (models, ORM)
- Property Type Uncategorized → Bug
-
Ticket #29297 – Description
initial v1 1 {{{ 1 2 Exception ignored in: <generator object SQLCompiler.setup_query.<locals>.<genexpr> at 0x111aafe08> 2 3 Traceback (most recent call last): … … 9 10 if all(self.query.alias_refcount[a] == 0 for a in self.query.alias_map): 10 11 SystemError: error return without exception set 12 }}}