Here's the traceback:
http://dpaste.com/38000/

Here's the code that triggered the error:

    swaps = Swap.objects.filter(
        Q(state=2, proposing_offer__offerer=request.user) |
        Q(state=2, responding_offer__offerer=request.user)).order_by("-
accepted_time")

This may be related:
http://code.djangoproject.com/ticket/7204

It references the same error message. Says it's about cloning
querysets, and says it's fixed.  Also says the underlying cause is
http://bugs.python.org/issue1515

Running on Webfaction which I believe is CentOS 5.  uname -a shows
this:
Linux version 2.6.18-92.1.22.el5PAE ([email protected])
(gcc version 4.1.2 20071124 (Red Hat 4.1.2-42))

Python 2.5, MySQL 5.0.45, Django 1.02.  Also happens with PostgreSql,
according to other people.

More discussion here:
http://groups.google.com/group/pinax-users/browse_thread/thread/04e4098c5f12f103?hl=en
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to