Changes between Initial Version and Version 1 of Ticket #22867, comment 7
- Timestamp:
- Jun 19, 2014, 11:49:07 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22867, comment 7
initial v1 1 1 Upgrading Python 2.6 which is EOL and recommitting this fix is the ideal course of action. 2 2 3 However if we don't manage to do so within a few of days, I'd suggest we go with a stopgap solution like https://gist.github.com/313430836d20006916c4 f.3 However if we don't manage to do so within a few of days, I'd suggest we go with a stopgap solution like https://gist.github.com/313430836d20006916c4. 4 4 5 5 The regression could be quite severe to anyone caching large querysets since we'd be starting a process for each model.