First time here? Check out the FAQ!

ml's profile - activity

2019-07-16 07:07:53 -0500 received badge Popular Question (source)
2019-07-16 07:07:53 -0500 received badge Notable Question (source)
2014-06-24 17:37:46 -0500 received badge Nice Question (source)
2013-09-19 12:58:31 -0500 received badge Famous Question (source)
2013-06-28 02:08:20 -0500 received badge Student (source)
2013-06-27 03:55:41 -0500 asked a question Django user admin interface operations will be failed

For all users created with the login dialog all operations in the Django user admin interface will be failed with following exception (example for user 1):

Request Method: POST Request URL: http://<host>:<port>/admin/auth/user/1/ Django Version: 1.4 Exception Type: IntegrityError Exception Value:

update or delete on table "auth_user_groups" violates foreign key constraint "authusergroups_ptr_id_refs_id_5cdfc23b7859c44e" on table "askbot_groupmembership" DETAIL: Key (id)=(1) is still referenced from table "askbot_groupmembership".

Exception Location: /usr/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py in _commit, line 235 Python Executable: /usr/bin/python Python Version: 2.7.3

Why conflicts the Askbot user administration with the underlying Django user administration? Is this a known issue?