Opened 17 years ago

Closed 16 years ago

#3425 closed (invalid)

admin with edit_inline deleting data

Reported by: Amit Upadhyay <upadhyay@…> Owned by: nobody
Component: contrib.admin Version: dev
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

If I define UserProfile, and connect it to User via AUTH_PROFILE_MODULE in settings.py, and edit User model, UserProfile model object is getting deleted if I use edit_inline option. I am attaching a minimal example to demonstrate this.

Change History (3)

comment:1 by Amit Upadhyay <upadhyay@…>, 17 years ago

Track not letting me attach a file, get it here: http://www.amitu.com/tt.zip

comment:2 by Chris Beaven, 17 years ago

Can't seem to access that file. Could you try attaching again? (ensure you have filled in your trac settings: http://code.djangoproject.com/settings)

comment:3 by Brian Rosner, 16 years ago

Resolution: invalid
Status: newclosed

Closing ticket since this might not be a problem with newforms-admin. This ticket needs some more information, so by all means reopen with more information or verify this is a problem with newforms-admin.

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