Opened 16 years ago

Closed 16 years ago

#7426 closed (invalid)

Deleting a user doesn't delete its profile

Reported by: Matias Gonzalez Owned by: nobody
Component: contrib.admin Version: newforms-admin
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When deleting a user, it does not shows to delete its associated profile and when confirm deletion throws an IntegrityError exception (tries to delete the user but the profile foreign key denies it)

Change History (1)

comment:1 by Julien Phalip, 16 years ago

Resolution: invalid
Status: newclosed

It is likely that it's a problem with the way you manage user profiles in your code. This issue is more relevant to the django-users mailing list [1], so try your chance there and also provide your code so people can help you fix it.

http://groups.google.com/group/django-users/topics

Note: See TracTickets for help on using tickets.
Back to Top