DatabaseError when changing username as admin

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?

Toms's avatar
767
Toms
asked 2012-10-15 15:14:37 -0500
edit flag offensive 0 remove flag close merge delete

Comments

2

This looks like a bug, I will test.

Evgeny's avatar Evgeny (2012-10-15 15:24:26 -0500) edit
add a comment see more comments