First time here? Check out the FAQ!

Revision history  [back]

This must be caused by the post_save signal on the User object. Have a look at askbot/models/__init__.py.

It's possible that your sequence in the database is incorrect. If the current value of the sequence is less than some existing primary key, you might eventually get to the point where there will be violation of the primary key constraint.