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?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Toms's avatar
767
Toms
asked 12 years ago

Comments

2

This looks like a bug, I will test.

Evgeny's avatar Evgeny (12 years ago)
see more comments