Changes between Version 19 and Version 20 of PsycoMiddleware
- Timestamp:
- Feb 24, 2010, 8:05:47 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PsycoMiddleware
v19 v20 148 148 149 149 This will simply disable psyco when you've got DEBUG set to True, which probably is a desirable effect. 150 151 Combining regular classes in your Django models: class foo(object) and enabling psyco can generate this error: descriptor '__dict__' for 'Empty' objects doesn't apply to 'BaseQuery' object. A nice fix is discussed at: [http://www.fioca.com/brian/] (see: Fix for psyco in Django 1.0 query module)