I get an error (I get an email from my site) when I'm trying to change some users name:
DatabaseError: record "new" is not assigned yet
DETAIL: The tuple structure of a not-yet-assigned record is indeterminate.
CONTEXT: PL/pgSQL function "group_membership_tsv_update_handler" line 6 at assignment
the commands
python manage.py migrate
python manage.py collectstatic
don't solve the problem.
any ideas?
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-10-15 15:14:37 -0500
Seen: 19 times
Last updated: Oct 15 '12
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
This looks like a bug, I will test.
Evgeny ( 2012-10-15 15:24:26 -0500 )edit