Changes between Initial Version and Version 1 of Ticket #11649
- Timestamp:
- Aug 6, 2009, 2:08:04 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11649 – Description
initial v1 1 1 This occured immediately after I applied the 1.1 release onto a site that was previously using a beta 1.1 version from about 3 months ago. Sorry, can't be more exact. 2 2 {{{ 3 3 Traceback (most recent call last): 4 4 File "/home/users/web/b2940/moo.tieche/python-packages/flup/server/fcgi_base.py", line 558, in run … … 23 23 if not self.query.extra and not self.query.aggregates: 24 24 AttributeError: 'BaseQuery' object has no attribute 'extra' 25 }}}