I got this error:
ERROR: current transaction is aborted, commands ignored until end of
transaction block SET client_encoding to 'UNICODE'
from django dev version 6373. There are a couple of hits when I
searched the list, but either I didn't understand them, or they are
not relevenat (or both).
Here is the trace:
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/django/core/handlers/base.py"
in _real_get_response
81. response = callback(request, *callback_args, **callback_kwargs)
File "/var/www/pandyna/pan/sohi/views.py" in picked
55. inh.save()
File "/usr/lib/python2.4/site-packages/django/db/models/base.py" in
save
213. cursor = connection.cursor()
File "/usr/lib/python2.4/site-packages/django/db/backends/__init__.py"
in cursor
33. cursor = self._cursor(settings)
File "/usr/lib/python2.4/site-packages/django/db/backends/postgresql/
base.py" in _cursor
103. cursor.execute("SET client_encoding to 'UNICODE'")
ProgrammingError at /newso/6562/80/sisale/picked/
ERROR: current transaction is aborted, commands ignored until end of
transaction block SET client_encoding to 'UNICODE'
The last statement executed was an explicit call to ...save().
The same thing happens in the django shell.
Does anyone have any ideas?
Paul Hide
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---